summaryrefslogtreecommitdiff
path: root/tests/test_nothing.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_nothing.py')
-rw-r--r--tests/test_nothing.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/test_nothing.py b/tests/test_nothing.py
new file mode 100644
index 0000000..fd7af1b
--- /dev/null
+++ b/tests/test_nothing.py
@@ -0,0 +1,6 @@
+import testtools
+
+
+class TestNothing(testtools.TestCase):
+ def test_at_least_once(self):
+ self.assertTrue(True)