]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/tests/test_test.py
Convert tests from unittest to pytest
[cookiecutter.git] / project_template / tests / test_test.py
index d4b9c596a850ab281a1ae6f39160e082b8a9fd35..a8a207e17090701a9a07d20190bb4b1b09647fa9 100755 (executable)
@@ -1,6 +1,5 @@
 #! /usr/bin/env python
 
 
-class TestTest(object):
-    def test_test(self):
-        assert True
+def test_test():
+    assert True