[py-dev] Another very small typo in test/defaultconftest.py

Pierre Rouleau prouleau001 at gmail.com
Wed Nov 15 22:15:59 CET 2006


I had made a mistake in my revious post and placed a perdio in a place
where a space character was needed: the help text for --apigen, just
before the '__package__'.

The diff that fixes it is attached.

Cheers,

P.R.
-------------- next part --------------
Index: C:/py-dist/py/test/defaultconftest.py
===================================================================
--- C:/py-dist/py/test/defaultconftest.py	(revision 34641)
+++ C:/py-dist/py/test/defaultconftest.py	(working copy)
@@ -49,7 +49,7 @@
                help="trace considerations of conftest.py files."),
         Option('', '--apigen',
                action="store_true", dest="apigen", default=False,
-               help="Generated API docs out of tests. Needs to have defined"\
+               help="Generated API docs out of tests. Needs to have defined "\
                "__package__ for module or overwritten in conftest.")
     )
     py.test.Config.addoptions('test-session related options', 


More information about the py-dev mailing list