]> git.phdru.name Git - cookiecutter.git/commitdiff
Convert tests from unittest to pytest
authorOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2016 21:14:29 +0000 (00:14 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 20 Sep 2016 21:14:29 +0000 (00:14 +0300)
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