Skip to content

Commit 3eabd8a

Browse files
committed
Add dummy test
1 parent 225eefc commit 3eabd8a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_os.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5122,6 +5122,7 @@ def exit_handler():
51225122
_, out, err = assert_python_ok("-c", code)
51235123
self.assertEqual(b"", out)
51245124
self.assertIn(b"can't fork at interpreter shutdown", err)
5125+
self.assertEqual(True, True)
51255126

51265127

51275128
# Only test if the C version is provided, otherwise TestPEP519 already tested

0 commit comments

Comments
 (0)