diff options
Diffstat (limited to 'tests/utils.py')
| -rw-r--r-- | tests/utils.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/utils.py b/tests/utils.py new file mode 100644 index 00000000..25452d5c --- /dev/null +++ b/tests/utils.py @@ -0,0 +1,7 @@ +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +import unittest + + +class TestCase(unittest.TestCase): + pass |
