We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e1a49 commit 6da2f6fCopy full SHA for 6da2f6f
haas/tests/test_runner.py
@@ -91,7 +91,7 @@ def test_init_from_args(self):
91
BaseTestRunner.add_parser_arguments(parser, None, None)
92
93
# When
94
- args = parser.parse_args()
+ args = parser.parse_args([])
95
runner = BaseTestRunner.from_args(args, None)
96
97
# Then
0 commit comments