diff --git a/tests/ptest/test_sysexit.py b/tests/ptest/test_sysexit.py deleted file mode 100644 index 1a57de6d..00000000 --- a/tests/ptest/test_sysexit.py +++ /dev/null @@ -1,12 +0,0 @@ -# content of test_sysexit.py -# this is a very basic pytest file -import pytest - - -def f(): - raise SystemExit(1) - - -def test_mytest(): - with pytest.raises(SystemExit): - f() \ No newline at end of file