diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-19 22:59:32 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-19 22:59:32 -0600 |
commit | e28fbb181851ca16bc0ade9c371628f86c25adbc (patch) | |
tree | 35db0440058600b36655956c61e080a08cb9d7ee /tests/test_arg_parser.py | |
parent | b2fbb532e359985142a71354b5b648ae560a80ac (diff) |
refactor custom logger and add tests
Diffstat (limited to 'tests/test_arg_parser.py')
-rw-r--r-- | tests/test_arg_parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_arg_parser.py b/tests/test_arg_parser.py index 1a5b48c..e233e93 100644 --- a/tests/test_arg_parser.py +++ b/tests/test_arg_parser.py @@ -31,7 +31,6 @@ def test_valid_args(args: list[str], @pytest.mark.parametrize('args', [ (['--something-random']), (['-z']), - (['hello']), (['help']), (['h']) ]) |