summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorSylvain Th?nault <sylvain.thenault@logilab.fr>2011-10-25 09:13:03 +0200
committerSylvain Th?nault <sylvain.thenault@logilab.fr>2011-10-25 09:13:03 +0200
commite35f014ec73ebf2bf650f8e3f937f05e248877b6 (patch)
tree2792535e62c8aa84e71d75fbb7a97f77faa7c688 /README
parent133334e1fd343d764fba637af9bffecfd57902ca (diff)
downloadastroid-e35f014ec73ebf2bf650f8e3f937f05e248877b6.tar.gz
add a note about launching tests
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README
index c7ac2a3..db8dca1 100644
--- a/README
+++ b/README
@@ -43,3 +43,12 @@ python-project@lists.logilab.org mailing list for support. See
http://lists.logilab.org/mailman/listinfo/python-projects for
subscription information and archives.
+Test
+----
+
+Tests are in the 'test' subdirectory. To launch the whole tests suite
+at once, you may use the 'pytest' utility from logilab-common (simply
+type 'pytest' from within this directory) or if you're running python
+>= 2.7, using discover, for instance::
+
+ python -m unittest discover -p "unittest*.py"