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 00a0e45 commit 8c77f1aCopy full SHA for 8c77f1a
tests/snippets/exit.py
@@ -0,0 +1,4 @@
1
+from testutils import assert_raises
2
+
3
+with assert_raises(SystemExit):
4
+ exit()
0 commit comments