Skip to content

Commit

Permalink
Remove unnecessary stdout in test_init
Browse files Browse the repository at this point in the history
  • Loading branch information
HuM4NoiD committed Oct 18, 2023
1 parent b1acf1e commit 2064f66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cli/test_init.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def test_init_with_given_python_version(cli_run, tmp_path):

def test_init_with_no_package_directories(cli_run, tmp_path):
cli_run(["init", "-n", "-p", "3.9"], cwd=tmp_path)
print("CLI TEST_RAN")
assert (
tmp_path.joinpath("pyproject.toml").read_text()
== """\
Expand Down

0 comments on commit 2064f66

Please sign in to comment.