summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-03-30 18:44:38 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-03-30 18:45:46 -0700
commite4c083f6fdd8c132bdcaeb4ff9466cc81acd9318 (patch)
tree2201a852b9ee8fb829e2cfa4086f94fa9ec70fcb /README.rst
parentcdbfdf0a394e058e89bcc3f606f5ddeffd95228d (diff)
downloadpystache-e4c083f6fdd8c132bdcaeb4ff9466cc81acd9318.tar.gz
Added to README advice on how to run a subset of unit tests.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 1753046..b83e0be 100644
--- a/README.rst
+++ b/README.rst
@@ -88,6 +88,9 @@ or alternatively (using setup.cfg)::
python setup.py nosetests
+To run a subset of the tests, you can use this pattern, for example: ::
+
+ nosetests --tests tests/test_context.py:GetValueTests.test_dictionary__key_present
Mailing List
==================