summaryrefslogtreecommitdiffstats
path: root/tests/tpb05/foo/test_foo.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tpb05/foo/test_foo.py')
-rw-r--r--tests/tpb05/foo/test_foo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/tpb05/foo/test_foo.py b/tests/tpb05/foo/test_foo.py
new file mode 100644
index 0000000..bbe6954
--- /dev/null
+++ b/tests/tpb05/foo/test_foo.py
@@ -0,0 +1,6 @@
+from unittest import TestCase
+
+
+class RequiredTest(TestCase):
+ def test_tests_are_executed(self):
+ open('test-executed', 'w').close()