[py-svn] r13461 - in py/dist/py/compat: . testing

hpk at codespeak.net hpk at codespeak.net
Thu Jun 16 01:29:07 CEST 2005


Author: hpk
Date: Thu Jun 16 01:29:04 2005
New Revision: 13461

Added:
   py/dist/py/compat/testing/conftest.py
      - copied unchanged from r13460, py/dist/py/compat/conftest.py
Removed:
   py/dist/py/compat/conftest.py
Log:
it is enough to have conftest in the testing directory 


Deleted: /py/dist/py/compat/conftest.py
==============================================================================
--- /py/dist/py/compat/conftest.py	Thu Jun 16 01:29:04 2005
+++ (empty file)
@@ -1,5 +0,0 @@
-import py
-
-class Directory(py.test.collect.Directory):
-    def run(self):
-        py.test.skip("compat tests currently need to be run manually")



More information about the pytest-commit mailing list