pyramid_cubicweb/tests/test_core.py
changeset 11611 9d2bb6bdb5c8
parent 11568 a9940c6cd693
child 11630 1400aee10df4
--- a/pyramid_cubicweb/tests/test_core.py	Tue Mar 22 13:58:38 2016 +0100
+++ b/pyramid_cubicweb/tests/test_core.py	Tue Mar 22 14:01:44 2016 +0100
@@ -42,3 +42,8 @@
         res = self.webapp.get('/uncommitable')
         self.assertEqual(res.text, 'OK')
         self.assertEqual(res.status_int, 200)
+
+
+if __name__ == '__main__':
+    from unittest import main
+    main()