Commit ee3d4a65 by Chris Jerdonek

Spec tests now included in nosetests by default.

parent 64cbf129
...@@ -76,11 +76,10 @@ To include tests from the mustache spec_ in your test runs: :: ...@@ -76,11 +76,10 @@ To include tests from the mustache spec_ in your test runs: ::
git submodule init git submodule init
git submodule update 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 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