Skip to content

Commit

Permalink
Change a test name to be more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonnnj committed Oct 22, 2020
1 parent 73a7dcd commit 72715e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def test_stdout_version(capsys):
), "standard output by '--version' should agree with module.__version__"


def test___main__(capsys):
def test_running_as_module(capsys):
"""Verify that the __main__.py file loads correctly."""
with pytest.raises(SystemExit):
with patch.object(sys, "argv", ["bogus", "--version"]):
Expand Down

0 comments on commit 72715e3

Please sign in to comment.