Skip to content

Commit

Permalink
Add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Oct 29, 2023
1 parent 225eefc commit 3eabd8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -5122,6 +5122,7 @@ def exit_handler():
_, out, err = assert_python_ok("-c", code)
self.assertEqual(b"", out)
self.assertIn(b"can't fork at interpreter shutdown", err)
self.assertEqual(True, True)


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

0 comments on commit 3eabd8a

Please sign in to comment.