From e28fbb181851ca16bc0ade9c371628f86c25adbc Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sun, 19 Feb 2023 22:59:32 -0600 Subject: refactor custom logger and add tests --- tests/test_arg_parser.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/test_arg_parser.py') 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']) ]) -- cgit v1.2.3-54-g00ecf