[pypy-svn] r52566 - pypy/extradoc/talk/pycon2008

briandorsey at codespeak.net briandorsey at codespeak.net
Sat Mar 15 19:22:40 CET 2008


Author: briandorsey
Date: Sat Mar 15 19:22:40 2008
New Revision: 52566

Modified:
   pypy/extradoc/talk/pycon2008/pytest.txt
Log:
more last minute changes


Modified: pypy/extradoc/talk/pycon2008/pytest.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/pytest.txt	(original)
+++ pypy/extradoc/talk/pycon2008/pytest.txt	Sat Mar 15 19:22:40 2008
@@ -11,16 +11,16 @@
 Intro
 ==========
 
-* minimal boilerplate code
-
 * general purpose testing tool
 
+* minimal boilerplate code
+
 * developed partly for purposes of PyPy
 
 Writing tests with py.test
 ===========================
 
-* almost identical to nose
+* almost identical to Nose 
 
 * def ``test_foo():`` defines test function
 
@@ -134,3 +134,5 @@
 
 * cleanup a bit, more plugin architecture
 
+* more common interface with Nose (skip, raises, etc)
+



More information about the Pypy-commit mailing list