[py-svn] r57856 - py/extradoc/talk/pycon-uk-2008

hpk at codespeak.net hpk at codespeak.net
Fri Sep 5 15:04:41 CEST 2008


Author: hpk
Date: Fri Sep  5 15:04:37 2008
New Revision: 57856

Modified:
   py/extradoc/talk/pycon-uk-2008/pytest.pdf
   py/extradoc/talk/pycon-uk-2008/pytest.txt
Log:
fix ReST, regen pdf from different computer


Modified: py/extradoc/talk/pycon-uk-2008/pytest.pdf
==============================================================================
Binary files. No diff available.

Modified: py/extradoc/talk/pycon-uk-2008/pytest.txt
==============================================================================
--- py/extradoc/talk/pycon-uk-2008/pytest.txt	(original)
+++ py/extradoc/talk/pycon-uk-2008/pytest.txt	Fri Sep  5 15:04:37 2008
@@ -189,8 +189,7 @@
 Important Internal Objects
 ==================================
 
-- **Session**: iterates over (custom) collection tree, executes
-tests and reports outcomes. 
+- **Session**: iterates over (custom) collection tree, executes tests and reports outcomes. 
 - **Directory** collect files in directory
 - **Module** collect python Classes and Functions 
 - **Class**/**Instance** collect test methods 



More information about the pytest-commit mailing list