Commit f143e1ed by Chris Jerdonek

Adjusted README's testing instructions.

parent b8b66bf6
...@@ -65,7 +65,7 @@ nose_ works great! :: ...@@ -65,7 +65,7 @@ nose_ works great! ::
pip install nose pip install nose
cd pystache cd pystache
nosetests --with-doctest --doctest-extension=rst nosetests
To include tests from the mustache spec_ in your test runs: :: To include tests from the mustache spec_ in your test runs: ::
...@@ -73,6 +73,10 @@ To include tests from the mustache spec_ in your test runs: :: ...@@ -73,6 +73,10 @@ To include tests from the mustache spec_ in your test runs: ::
git submodule update git submodule update
nosetests -i spec nosetests -i spec
To run all available tests:
nosetests --with-doctest --doctest-extension=rst -i spec
Mailing List Mailing List
================== ==================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment