From: W. Trevor King Date: Mon, 6 Jun 2011 23:21:39 +0000 (-0400) Subject: Add testing section to README. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=87dfdc4d1375c1a5b7ee343b38ac77d255bafaee;p=g-pypi.git Add testing section to README. --- diff --git a/README b/README index d76bb51..0a14fd9 100644 --- a/README +++ b/README @@ -67,6 +67,19 @@ placed in dev-python Use '-V' for verbose output for debugging. +Testing +======= + +Use nose_ to run unitests:: + + $ PYTHONPATH=.:../gentoolkit/pym nosetests tests/test_enamer.py + +Note that some of the tests in :file:`tests` run on all PyPI packages, +so it's good to glance at a given test's docstring before you run it. + +.. _nose: http://somethingaboutorange.com/mrl/projects/nose/ + + INSTALL =======