summaryrefslogtreecommitdiff
path: root/tests/test_process.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_process.py')
-rw-r--r--tests/test_process.py2
1 files changed, 2 insertions, 0 deletions
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