]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/tests/test_test.py
Use htdocs.path instead of absolute path
[cookiecutter.git] / project_template / tests / test_test.py
index 422d67dcc2b115e2d7bc6cb6d55b31da8ca08a2d..a8a207e17090701a9a07d20190bb4b1b09647fa9 100755 (executable)
@@ -1,14 +1,5 @@
 #! /usr/bin/env python
 
 
-import unittest
-from tests import main
-
-
-class TestFormat(unittest.TestCase):
-    def test_test(self):
-        self.assertEqual()
-
-
-if __name__ == "__main__":
-    main()
+def test_test():
+    assert True