summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjquast <contact@jeffquast.com>2014-06-24 14:34:54 -0700
committerjquast <contact@jeffquast.com>2014-06-24 14:34:54 -0700
commit3a5a8a6cbc2d64a1a9561a52b30d6f8c7be28bb4 (patch)
tree30f0eddde98e7cb3295712fcb3ac6e166ec10244
parenta21580e775c577843071b83232232b7a604b6e2d (diff)
downloadpexpect-3a5a8a6cbc2d64a1a9561a52b30d6f8c7be28bb4.tar.gz
note using py.test -- specify 'tests' folder
On Solaris and OSX, when running a bare 'py.test', it locks up indefinitely after line, 'collecting 0 items'. ^C also does not respond, so I'm not able to discern exactly where the lockup is -- regardless, if you specify the 'tests' folder, it issues fine.
-rw-r--r--DEVELOPERS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEVELOPERS.rst b/DEVELOPERS.rst
index d5e4475..bf2bb9f 100644
--- a/DEVELOPERS.rst
+++ b/DEVELOPERS.rst
@@ -1,6 +1,6 @@
To run the tests, use `py.test <http://pytest.org/latest/>`_::
- py.test
+ py.test tests
The tests are all located in the tests/ directory. To add a new unit
test all you have to do is create the file in the tests/ directory with a