From 87dfdc4d1375c1a5b7ee343b38ac77d255bafaee Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 6 Jun 2011 19:21:39 -0400 Subject: [PATCH] Add testing section to README. --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 ======= -- 2.26.2