[py-svn] r45664 - py/branch/session-cleanups/py/test/testing

fijal at codespeak.net fijal at codespeak.net
Wed Aug 15 11:15:01 CEST 2007


Author: fijal
Date: Wed Aug 15 11:15:01 2007
New Revision: 45664

Modified:
   py/branch/session-cleanups/py/test/testing/test_collect.py
   py/branch/session-cleanups/py/test/testing/test_config.py
Log:
Kill some dead code


Modified: py/branch/session-cleanups/py/test/testing/test_collect.py
==============================================================================
--- py/branch/session-cleanups/py/test/testing/test_collect.py	(original)
+++ py/branch/session-cleanups/py/test/testing/test_collect.py	Wed Aug 15 11:15:01 2007
@@ -7,10 +7,6 @@
     mod.datadir = setupdatadir()
     mod.tmpdir = py.test.ensuretemp('test_collect') 
 
-def skipboxed():
-    if py.test.config.option.boxed: 
-        py.test.skip("test does not work with boxed tests")
-
 def test_failing_import_execfile():
     dest = datadir / 'failingimport.py'
     col = py.test.collect.Module(dest) 

Modified: py/branch/session-cleanups/py/test/testing/test_config.py
==============================================================================
--- py/branch/session-cleanups/py/test/testing/test_config.py	(original)
+++ py/branch/session-cleanups/py/test/testing/test_config.py	Wed Aug 15 11:15:01 2007
@@ -2,7 +2,6 @@
 import py
 
 from py.__.test.config import gettopdir
-from py.__.test.testing.test_collect import skipboxed
 
 def test_tmpdir():
     d1 = py.test.ensuretemp('hello') 



More information about the pytest-commit mailing list