Skip to content

Commit

Permalink
fix test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed May 31, 2024
1 parent a3fb3cf commit bd7e098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_pyproject_toml_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ def directory() -> str:
f.write("# This is a test package, it's not real\n")

os.mkdir(f"{_dir}/mock_package")
Path(f"{_dir}/mock_package/__init__.py").touch()

os.mkdir(f"{_dir}/.circleci")
Path(f"{_dir}/.circleci/config.yml").touch()
Expand Down

0 comments on commit bd7e098

Please sign in to comment.