Skip to content

Commit be3a500

Browse files
committed
Testing on Windows
Signed-off-by: Kevin Locke <[email protected]>
1 parent 25b526a commit be3a500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_argcomplete.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ def test_argcomplete_dash_options(
9595
def test_argcomplete_output_files(
9696
mock_stderr: Mock, mock_stdout: Mock, mock_fdopen_comp: Mock
9797
) -> None:
98+
raise Exception(os.getcwd() + '\n' + '\n'.join(os.listdir('.')))
9899
assert cli.main(sys.argv) == 0
99100
assert not mock_stderr.getvalue()
100101
assert not mock_stdout.getvalue()

0 commit comments

Comments
 (0)