[py-svn] r10423 - py/branch/py-collect/path/testing

hpk at codespeak.net hpk at codespeak.net
Fri Apr 8 03:39:55 CEST 2005


Author: hpk
Date: Fri Apr  8 03:39:55 2005
New Revision: 10423

Modified:
   py/branch/py-collect/path/testing/common.py
Log:
accidentally slipped in  



Modified: py/branch/py-collect/path/testing/common.py
==============================================================================
--- py/branch/py-collect/path/testing/common.py	(original)
+++ py/branch/py-collect/path/testing/common.py	Fri Apr  8 03:39:55 2005
@@ -16,9 +16,6 @@
     def test_new_identical(self):
         assert self.root == self.root.new()
 
-    def test_type_check_for_path(self):
-        assert self.root.check(path=1) 
-
     def test_join(self):
         p = self.root.join('sampledir')
         strp = str(p) 



More information about the pytest-commit mailing list