From 87987b1237a85001965385875b3eaddb02da43be Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 2 Nov 2021 07:50:51 -0400 Subject: test(fix): isolate excepthook tests from each other --- tests/test_process.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/test_process.py') diff --git a/tests/test_process.py b/tests/test_process.py index 7d7875d0..e048bdc2 100644 --- a/tests/test_process.py +++ b/tests/test_process.py @@ -1092,6 +1092,8 @@ class EnvironmentTest(CoverageTest): class ExcepthookTest(CoverageTest): """Tests of sys.excepthook support.""" + # TODO: do we need these as process tests if we have test_execfile.py:RunFileTest? + def test_excepthook(self): self.make_file("excepthook.py", """\ import sys -- cgit v1.2.1