about summary refs log tree commit diff stats
path: root/test/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.py')
-rw-r--r--test/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.py b/test/test.py
index 5e8a9b9e..d0a69e5a 100644
--- a/test/test.py
+++ b/test/test.py
@@ -15,6 +15,6 @@
 
 """Workaround to allow running single test cases directly"""
 try:
-	from __init__ import init, Fake, OK, raise_ok
+	from __init__ import init, Fake, OK, raise_ok, TODO
 except:
-	from test import init, Fake, OK, raise_ok
+	from test import init, Fake, OK, raise_ok, TODO