projects
/
g-pypi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cce2057
)
Add testing section to README.
author
W. Trevor King
<wking@drexel.edu>
Mon, 6 Jun 2011 23:21:39 +0000
(19:21 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 6 Jun 2011 23:21:39 +0000
(19:21 -0400)
README
patch
|
blob
|
history
diff --git
a/README
b/README
index d76bb5152eba18dba06503ac742e46336691371d..0a14fd9c437deedae0047ff577c845830ea1e04e 100644
(file)
--- 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
=======