Skip to content

Commit

Permalink
add print
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Oct 30, 2023
1 parent 5c949b3 commit b567452
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_setuptools_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ def test_compile(compiled_plugin_dir: Path, tmp_path: Path, dist_type: str) -> N
pyproject = compiled_plugin_dir / "pyproject.toml"
pyproject.write_text(PYPROJECT)

print(f"pyproject.toml {PYPROJECT!r}")

template = compiled_plugin_dir / TEMPLATE
template.write_text("name: my_compiled_plugin\ndisplay_name: My Compiled Plugin\n")
os.chdir(compiled_plugin_dir)
Expand Down

0 comments on commit b567452

Please sign in to comment.