Commit e4c083f6 by Chris Jerdonek

Added to README advice on how to run a subset of unit tests.

parent cdbfdf0a
...@@ -88,6 +88,9 @@ or alternatively (using setup.cfg):: ...@@ -88,6 +88,9 @@ or alternatively (using setup.cfg)::
python setup.py nosetests 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 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