summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2015-07-25 16:12:45 +0200
committerFlorian Bruhin <me@the-compiler.org>2015-07-25 16:12:45 +0200
commit83f5f1a707743ff20150095af375d77df279488f (patch)
tree685f3edd517b1c592967bd6fd43324117075ddb7
parent9069aec88ae4455c6d93a2e70ef8e897fedd88c2 (diff)
downloadastroid-83f5f1a707743ff20150095af375d77df279488f.tar.gz
Remove pytest recommendation from README.
-rw-r--r--README3
1 files changed, 1 insertions, 2 deletions
diff --git a/README b/README
index 1cca049..b19aca8 100644
--- a/README
+++ b/README
@@ -59,7 +59,6 @@ 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 using unittest discover::
+at once, you can use unittest discover::
python -m unittest discover -p "unittest*.py"