[py-svn] r37075 - py/branch/config/py/test

hpk at codespeak.net hpk at codespeak.net
Sat Jan 20 21:51:19 CET 2007


Author: hpk
Date: Sat Jan 20 21:51:18 2007
New Revision: 37075

Modified:
   py/branch/config/py/test/config.py
Log:
remove two debug prints


Modified: py/branch/config/py/test/config.py
==============================================================================
--- py/branch/config/py/test/config.py	(original)
+++ py/branch/config/py/test/config.py	Sat Jan 20 21:51:18 2007
@@ -66,12 +66,10 @@
         pkgpath = path.pypkgpath()
         if pkgpath is None:
             pkgpath = path.check(file=1) and path.dirpath() or path
-        print pkgpath
         col = self.conftest.rget("Directory", pkgpath)(pkgpath)
         col.config = self
         for name in path.relto(pkgpath).split(path.sep):
             if name:
-                print "joining", name, "to", col
                 col = col.join(name)
                 assert col is not None, (
                     "joining %r to collector %s resulted in None"  %(name, col))



More information about the pytest-commit mailing list