summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/__init__.py1
-rw-r--r--doc/test_sample.py6
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/__init__.py b/doc/__init__.py
new file mode 100644
index 0000000..16da333
--- /dev/null
+++ b/doc/__init__.py
@@ -0,0 +1 @@
+# contractual obligation
diff --git a/doc/test_sample.py b/doc/test_sample.py
new file mode 100644
index 0000000..5254ccb
--- /dev/null
+++ b/doc/test_sample.py
@@ -0,0 +1,6 @@
+import unittest
+
+class TestSample(unittest.TestCase):
+
+ def test_so_easy(self):
+ pass