]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Restrict where we collect tests
authorArmin Ronacher <armin.ronacher@active-4.com>
Tue, 27 Dec 2016 19:04:01 +0000 (20:04 +0100)
committerArmin Ronacher <armin.ronacher@active-4.com>
Tue, 27 Dec 2016 19:04:04 +0000 (20:04 +0100)
Makefile

index aadaaa94319a9e504783eac7e4ff70766a74782b..87ea21982fd49cf9b752d7d7241d514eb7fde127 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 test:
-       py.test
+       py.test tests
 
 develop:
        pip install --editable .