diff options
Diffstat (limited to 'doc/test_sample.py')
-rw-r--r-- | doc/test_sample.py | 6 |
1 files changed, 6 insertions, 0 deletions
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 |