[py-svn] r6949 - py/dist/py/test/test/data

hpk at codespeak.net hpk at codespeak.net
Fri Oct 15 05:57:30 CEST 2004


Author: hpk
Date: Fri Oct 15 05:57:30 2004
New Revision: 6949

Added:
   py/dist/py/test/test/data/disabled.py
Log:
added forgotten file


Added: py/dist/py/test/test/data/disabled.py
==============================================================================
--- (empty file)
+++ py/dist/py/test/test/data/disabled.py	Fri Oct 15 05:57:30 2004
@@ -0,0 +1,4 @@
+class x: 
+    class y: 
+        disabled = True
+        def test_method(self): pass 



More information about the pytest-commit mailing list