summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-01-01 14:32:45 -0800
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-01-01 14:32:45 -0800
commitee3d4a65676453be2076efdd50ef3921a0d088bb (patch)
tree76017ae82c6cf6944d2726c7774b166a495b6e0c /README.rst
parent64cbf12910e37f6253d132c8c6a8e9610f519103 (diff)
downloadpystache-ee3d4a65676453be2076efdd50ef3921a0d088bb.tar.gz
Spec tests now included in nosetests by default.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 97c0100..1626357 100644
--- a/README.rst
+++ b/README.rst
@@ -76,11 +76,10 @@ To include tests from the mustache spec_ in your test runs: ::
git submodule init
git submodule update
- nosetests -i spec
-To run all available tests::
+To run all available tests (including doctests)::
- nosetests --with-doctest --doctest-extension=rst -i spec
+ nosetests --with-doctest --doctest-extension=rst
Mailing List