[py-svn] r63117 - py/extradoc/talk/pycon-us-2009/pytest-advanced

hpk at codespeak.net hpk at codespeak.net
Fri Mar 20 10:26:58 CET 2009


Author: hpk
Date: Fri Mar 20 10:26:57 2009
New Revision: 63117

Removed:
   py/extradoc/talk/pycon-us-2009/pytest-advanced/build.sh
Modified:
   py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt
Log:
a bit of cleanup 


Deleted: /py/extradoc/talk/pycon-us-2009/pytest-advanced/build.sh
==============================================================================
--- /py/extradoc/talk/pycon-us-2009/pytest-advanced/build.sh	Fri Mar 20 10:26:57 2009
+++ (empty file)
@@ -1 +0,0 @@
-rst2s5.py pytest-advanced.txt pytest-advanced.html

Modified: py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt
==============================================================================
--- py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt	(original)
+++ py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt	Fri Mar 20 10:26:57 2009
@@ -1,32 +1,3 @@
-Title: py.test - cross-platform and distributed testing 
-Presenter: Holger Krekel <holger at merlinux.eu>, Brian <brian at dorseys.org>
-Tutorial format: interactive lecture 
-Recording: I give permission to record and publish my PyCon tutorial for free distribution. 
-Intended Audience: Python programmers 
-Maximum number of students: maybe 30 
-Perequisites/knowledge: good knowledge of python programming, basic familiarity with automated testing
-Requirements: Attendees are welcome to bring their laptops with Python installed (version 2.4 or higher).
-Notes to reviewer: visting the beginner-oriented tutorial "rapid testing with minimal effort" is recommended, but not required. 
-
-Tutorial Summary 
-================
-
-Want to know more about advanced automated testing with Python? 
-Use a tool that allows you to ad-hoc distribute tests to multiple 
-CPUs for speed and to multiple platforms for compatibility checks? 
-With tons of debugging help in failure situations? 
-
-This tutorial provides in-depth information on advanced usages
-of the popular py.test tool.  We highlight its current feature set 
-including using and writing extensions for generating HTML pages, 
-testing Javascript or ReST documents.  We showcase and discuss ways 
-of distributing tests across CPUs and platforms and will leave
-time to discuss and tackle specific scenarios brought up 
-during the session.
-
-The tutorial format will be an interactive lecture with plenty
-of time for questions. 
-
 Terminology/Overview (20 minutes) 
 ============================================================================
 



More information about the pytest-commit mailing list