summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArmin Ronacher <armin.ronacher@active-4.com>2010-02-07 02:00:11 +0100
committerArmin Ronacher <armin.ronacher@active-4.com>2010-02-07 02:00:11 +0100
commit8e64adfc0576341fa688489c23c0026a819d1703 (patch)
tree9a813442322c1bece90c17ebb556f2be88527979 /Makefile
parent92622e9145a6b50d59ac7ed30fd255a664b76f4e (diff)
downloadjinja2-8e64adfc0576341fa688489c23c0026a819d1703.tar.gz
Improved test invokation. Picks up doctests within Jinja now, changed
doctests that just show usage that would not work on their own so that they are standard code blocks now and do not disturb testing. --HG-- branch : trunk
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 85ed64d..124b253 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
test:
- cd tests; nosetests -v
+ nosetests --with-doctest jinja2 tests
2to3:
rm -rf py3k