From bc0989de6007876630bcd0c1db6b7c123bf1524a Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sat, 10 Dec 2016 21:02:53 +0100 Subject: Empty project skeleton --- tests/test_collection.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/test_collection.py (limited to 'tests/test_collection.py') 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 -- cgit v1.2.3