From a88effc90cdc99974ae65c008238566cdab4b98e Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sat, 21 Nov 2015 10:42:48 -0500 Subject: Update docs to reflect preferred usage with latest pytest-runner. --- docs/developer-guide.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/developer-guide.txt b/docs/developer-guide.txt index 27c304e5..b6f5bb9f 100644 --- a/docs/developer-guide.txt +++ b/docs/developer-guide.txt @@ -92,7 +92,7 @@ Testing The primary tests are run using py.test. To run the tests:: - $ python setup.py ptr + $ python setup.py test Or install py.test into your environment and run ``py.test``. -- cgit v1.2.1