[py-svn] r10755 - py/dist/py/test/tkinter

jan at codespeak.net jan at codespeak.net
Sat Apr 16 23:11:02 CEST 2005


Author: jan
Date: Sat Apr 16 23:11:02 2005
New Revision: 10755

Modified:
   py/dist/py/test/tkinter/util.py
Log:
fix file pattern


Modified: py/dist/py/test/tkinter/util.py
==============================================================================
--- py/dist/py/test/tkinter/util.py	(original)
+++ py/dist/py/test/tkinter/util.py	Sat Apr 16 23:11:02 2005
@@ -128,6 +128,7 @@
                 'path' : '',
                 'modpath': '',
                 }
+    Status = Status
     
     def fromChannel(cls, kwdict):
         ''' TestReport.fromChannel(report.toChannel()) == report '''
@@ -255,7 +256,7 @@
 
     def check_files(self):
         '''returns (changed files, deleted files)'''
-        fil = py.path.checker(fnmatch='*.py')
+        fil = py.path.checker(fnmatch='[!.]*.py')
         rec = py.path.checker(dotfile=0)
 
         files = []



More information about the pytest-commit mailing list