Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def test_parser_has_version_flag() -> None:

def test_parser_no_subcommand_shows_help() -> None:
"""Test that running with no subcommand shows help message."""
result = subprocess.run( # noqa: S603
result = subprocess.run(
[sys.executable, "-m", "python_template"],
capture_output=True,
text=True,
Expand Down
Loading
Loading