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 25b526a commit be3a500Copy full SHA for be3a500
tests/test_argcomplete.py
@@ -95,6 +95,7 @@ def test_argcomplete_dash_options(
95
def test_argcomplete_output_files(
96
mock_stderr: Mock, mock_stdout: Mock, mock_fdopen_comp: Mock
97
) -> None:
98
+ raise Exception(os.getcwd() + '\n' + '\n'.join(os.listdir('.')))
99
assert cli.main(sys.argv) == 0
100
assert not mock_stderr.getvalue()
101
assert not mock_stdout.getvalue()
0 commit comments