[Checkins] SVN: zope.pytest/trunk/doc/samples.rst Fix sample output to be compatible with py.test 2.0.1.

Uli Fouquet uli at gnufix.de
Wed Mar 2 17:27:47 EST 2011


Log message for revision 120716:
  Fix sample output to be compatible with py.test 2.0.1.
  

Changed:
  U   zope.pytest/trunk/doc/samples.rst

-=-
Modified: zope.pytest/trunk/doc/samples.rst
===================================================================
--- zope.pytest/trunk/doc/samples.rst	2011-03-02 22:25:52 UTC (rev 120715)
+++ zope.pytest/trunk/doc/samples.rst	2011-03-02 22:27:47 UTC (rev 120716)
@@ -128,8 +128,7 @@
     >>> pytest.main(mypkg_dir) # doctest: +REPORT_UDIFF
     =============...=== test session starts ====...================
     platform ... -- Python 2... -- pytest-...
-    collecting ...
-    collected 3 items
+    collecting ...collected 3 items
     <BLANKLINE>
     .../mypkg/tests/test_app.py ...
     <BLANKLINE>
@@ -217,8 +216,7 @@
     >>> pytest.main(mypkg_dir)
     =============...=== test session starts ====...================
     platform ... -- Python 2... -- pytest-...
-    collecting ...
-    collected 5 items
+    collecting ...collected 5 items
     <BLANKLINE>
     .../mypkg2/tests/test_app.py ...
     .../mypkg2/tests/test_foo.py ..
@@ -334,8 +332,7 @@
     >>> pytest.main(mypkg_dir)
     =============...=== test session starts ====...================
     platform ... -- Python 2... -- pytest-...
-    collecting ...
-    collected 8 items
+    collecting ...collected 8 items
     <BLANKLINE>
     .../mypkg3/tests/test_app.py ...
     .../mypkg3/tests/test_browser.py ...



More information about the checkins mailing list