[py-svn] commit/pytest: MiCHiLU: Fix typos in a document

Bitbucket commits-noreply at bitbucket.org
Sat Nov 10 11:16:59 CET 2012


1 new commit in pytest:


https://bitbucket.org/hpk42/pytest/changeset/c4ba9d8ace0f/
changeset:   c4ba9d8ace0f
user:        MiCHiLU
date:        2012-11-10 08:29:43
summary:     Fix typos in a document
affected #:  1 file

diff -r e853a8edbbbfd2563f301926352a9cd571225e41 -r c4ba9d8ace0f4fd62720817863c2e314dbc0529f doc/en/goodpractises.txt
--- a/doc/en/goodpractises.txt
+++ b/doc/en/goodpractises.txt
@@ -73,7 +73,7 @@
             pass
         def run(self):
             import sys,subprocess
-            errno = subprocess.call([sys.executable, 'runtest.py'])
+            errno = subprocess.call([sys.executable, 'runtests.py'])
             raise SystemExit(errno)
     setup(
         #...,
@@ -85,7 +85,7 @@
 
     python setup.py test
 
-this will execute your tests using ``runtest.py``. As this is a
+this will execute your tests using ``runtests.py``. As this is a
 standalone version of ``py.test`` no prior installation whatsoever is
 required for calling the test command. You can also pass additional
 arguments to the subprocess-calls such as your test directory or other

Repository URL: https://bitbucket.org/hpk42/pytest/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the pytest-commit mailing list