]> git.parisson.com Git - timeside.git/commitdiff
Check tests samples in setup.py test
authorThomas Fillon <thomas@parisson.com>
Wed, 16 Apr 2014 21:55:49 +0000 (23:55 +0200)
committerThomas Fillon <thomas@parisson.com>
Wed, 16 Apr 2014 21:55:49 +0000 (23:55 +0200)
setup.py

index dc0ce4d20743c6c8ac1801acc1719298c93c903f..61e59a265cf143e88054b307fe62ab0be1cb215e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -14,6 +14,10 @@ class PyTest(TestCommand):
     def run_tests(self):
         #import here, cause outside the eggs aren't loaded
         import pytest
+
+        from tests.tools import check_samples
+        check_samples
+        
         errno = pytest.main(self.test_args)
         sys.exit(errno)