diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-10 21:02:53 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2016-12-10 21:02:53 +0100 |
commit | bc0989de6007876630bcd0c1db6b7c123bf1524a (patch) | |
tree | 3eef0aa8fc5dde23578bd20ea49aa77cc30a68b5 /tests/test_collection.py |
Empty project skeleton
Diffstat (limited to 'tests/test_collection.py')
-rw-r--r-- | tests/test_collection.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/test_collection.py b/tests/test_collection.py new file mode 100644 index 0000000..63820d5 --- /dev/null +++ b/tests/test_collection.py @@ -0,0 +1,10 @@ +from __future__ import division +from __future__ import absolute_import +from __future__ import print_function +from __future__ import unicode_literals + +import unittest + +class testCollection(unittest.TestCase): + def test_noting(self): + pass |