[py-svn] r56290 - in py/extradoc/talk: . ep2008

hpk at codespeak.net hpk at codespeak.net
Fri Jul 4 10:45:36 CEST 2008


Author: hpk
Date: Fri Jul  4 10:45:34 2008
New Revision: 56290

Added:
   py/extradoc/talk/
   py/extradoc/talk/ep2008/
   py/extradoc/talk/ep2008/pytest.txt
      - copied, changed from r56289, pypy/extradoc/talk/ep2007/pytest/pytest.txt
   py/extradoc/talk/ep2008/ui
      - copied unchanged from r56289, pypy/extradoc/talk/ep2007/pytest/ui
Log:
adding beginnings of py.test tutorial talk for ep2007


Copied: py/extradoc/talk/ep2008/pytest.txt (from r56289, pypy/extradoc/talk/ep2007/pytest/pytest.txt)
==============================================================================
--- pypy/extradoc/talk/ep2007/pytest/pytest.txt	(original)
+++ py/extradoc/talk/ep2008/pytest.txt	Fri Jul  4 10:45:34 2008
@@ -1,22 +1,23 @@
 .. include:: <s5defs.txt>
 
 =================================================================
-py.test: towards interactive, distributed and rapid testing 
+py.test: rapid testing with minimal effort 
 =================================================================
 
-:authors: Holger Krekel, Maciej Fijalkowski (merlinux GmbH) 
-:event: 9.7.2007, EuroPython 2007, Vilnius 
-
+:authors: Holger Krekel (merlinux GmbH) 
+:event: 7.7.2008, EuroPython 2008, Vilnius 
 
 Intro 
 ===================
 
-- py.test released 0.9 as part of py lib, feb 2007 
+- py.test released 0.9.1 early 2008 
 - cross-project external testing tool 
-- many mature and experimental features 
+- many mature features 
 - minimal boilerplate approach 
-- developed partly for purposes of PyPy 
-- this talk will assess status and discuss future 
+- this talk will introduce its usage with a particular focus
+  on its extension mechanism 
+
+XXX review and modify the below 
 
 recap: main features 
 ======================



More information about the pytest-commit mailing list