Skip to content
Snippets Groups Projects
Commit ecef41c0 authored by Hans Fangohr's avatar Hans Fangohr
Browse files

improve name of test

parent 3c8ee4ed
No related branches found
No related tags found
1 merge request!113Add tests that check our argument parsing logic (and fix bug)
......@@ -572,8 +572,8 @@ def test_get_available_releases():
assert isinstance(release, str)
def test_argument_line_parsing(mocker):
"""Check to find error in argparse logic"""
def test_argument_parsing_logic(mocker):
"""Test to find errors in argparse logic"""
# pretend we have a rootdir defined
mock = mocker.patch(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment