[py-svn] r68549 - py/extradoc/talk/pycon-us-2010/tutorial

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Oct 16 23:28:36 CEST 2009


Author: cfbolz
Date: Fri Oct 16 23:28:35 2009
New Revision: 68549

Modified:
   py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-advanced.txt
   py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-begin.txt
Log:
few small things


Modified: py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-advanced.txt
==============================================================================
--- py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-advanced.txt	(original)
+++ py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-advanced.txt	Fri Oct 16 23:28:35 2009
@@ -88,7 +88,7 @@
 advanced testing modes (20 mins)
 ---------------------------------------
 
-- continously looping on failing tests 
+- continuously looping on failing tests 
 - protecting against crashing interpreters
 - integrating nose/unittests style tests
 

Modified: py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-begin.txt
==============================================================================
--- py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-begin.txt	(original)
+++ py/extradoc/talk/pycon-us-2010/tutorial/proposal-pytest-begin.txt	Fri Oct 16 23:28:35 2009
@@ -15,7 +15,7 @@
 tools.  In 2004 he founded merlinux, a company focusing on tools
 and practises for Python environments.  Holger has spoken at many 
 EuroPython and PyCon confereces and gave well received testing 
-tutorials at the last Pycon-US 2009 and several european 
+tutorials at the last Pycon-US 2009 and several European 
 conferences.
 
 Tutorial Summary: 
@@ -27,7 +27,7 @@
 writing, organisation and running of tests and debugging options. 
 In the second part we discuss setup and teardown of test state, usage 
 and configuration of test functions arguments and introduce coverage testing.  
-We will close with time to answer questions and discuss topics from the students.
+We will close with time to answer questions and discuss topics from the participants.
 
 
 Motivation and testing terms (15 minutes) 
@@ -99,7 +99,7 @@
 ----------------------------------
 
 interactive lecture:
-- when you need monkeypatching
+- when do you need monkeypatching?
 - the monkeypatch funcarg 
 exercise: test code involving os.getpwd() handling 
 



More information about the pytest-commit mailing list