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

briandorsey at codespeak.net briandorsey at codespeak.net
Sat Mar 21 15:41:14 CET 2009


Author: briandorsey
Date: Sat Mar 21 15:41:13 2009
New Revision: 63181

Modified:
   py/extradoc/talk/pycon-us-2009/pytest-advanced/pytest-advanced.txt
Log:
quick comments


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	Sat Mar 21 15:41:13 2009
@@ -97,6 +97,8 @@
         def setup_method(self, method):
           self.tmpdir = self.root.mkdir(method.__name__)
 
+XXX: Example confusing? Without pylib experience will students understand 'ensure'? What is setuptestfs?
+
 
 funcargs: per-function setup 
 ===================================
@@ -169,6 +171,7 @@
         for x in 1,2,3:
             yield "check_check, x
 
+XXX typo in yeild above? 
 
 Selection/Reporting 
 ============================
@@ -251,6 +254,9 @@
 - **Function** sets up and executes a python test function 
 - **DoctestFile** collect doctests in a .txt file 
 
+XXX - will you be showing simple code examples or demos? There is are a lot of new abstractions here. 
+
+
 Specifying plugins 
 ========================
 
@@ -349,6 +355,8 @@
 - running tests on windows, driven by Unix 
 - do's and dont's for cross-process testing 
 
+XXX - multiple python versions?
+
 Questions
 =========
 



More information about the pytest-commit mailing list