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 8314969 commit a47d0e3Copy full SHA for a47d0e3
1 file changed
tests/test_cli.py
@@ -76,7 +76,7 @@ def test_cli_noargs_shows_help(self, run_cmdline_test):
76
with stdio_mgr() as (in_, out_, err_):
77
run_cmdline_test([])
78
79
- assert "usage: sphobjinv" in out_.getvalue()
+ assert re.search("usage:.*sphobjinv", out_.getvalue(), re.I)
80
81
@pytest.mark.timeout(CLI_TEST_TIMEOUT)
82
def test_cli_no_subparser_prs_exit(self, run_cmdline_test):
0 commit comments