[pypy-svn] r44872 - pypy/extradoc/talk/ep2007/pytest

hpk at codespeak.net hpk at codespeak.net
Mon Jul 9 12:30:54 CEST 2007


Author: hpk
Date: Mon Jul  9 12:30:53 2007
New Revision: 44872

Modified:
   pypy/extradoc/talk/ep2007/pytest/pytest.txt
Log:
second try at resolving XXX 


Modified: pypy/extradoc/talk/ep2007/pytest/pytest.txt
==============================================================================
--- pypy/extradoc/talk/ep2007/pytest/pytest.txt	(original)
+++ pypy/extradoc/talk/ep2007/pytest/pytest.txt	Mon Jul  9 12:30:53 2007
@@ -18,10 +18,14 @@
 - developed partly for purposes of PyPy 
 - this talk will assess status and discuss future 
 
-recap features 
+recap: main features 
 ======================
 
-XXX from website 
+- assertions by assert statement, nice debugging 
+- unittests, generative tests, doctests, rest-tests
+- automatic customaize collection of tests 
+- select tests by keyword 
+- capture stdout/stderr per-test 
 
 ad-hoc distribution of tests 
 ===================================
@@ -84,23 +88,18 @@
 - uses 2.5's doctest module 
 - needs more fine-grained integration 
 
-html Test Reporting 
-=========================
-
-XXX htmlconftest (daily runs) 
-
 Unifying Test Reporting 
 =================================
 
-- py.test contains two approaches for processing test results: 
+py.test contains two approaches for processing test results: 
 
   - "old style": methods invoked on session object 
   - "new style": reporting events are sent to Reporter object 
 
 next: 
 
-    - use reporting event architecture pervasively 
-    - refactor existing reporting extensions 
+  - use reporting event architecture pervasively 
+  - refactor existing reporting extensions 
 
 py.test extensions (conftest)
 =================================



More information about the Pypy-commit mailing list