sources for conftest.py [rev. 38799]
1
2
3
4
5
6
import py
class Directory(py.test.collect.Directory):
    def run(self):
        py.test.skip("compat tests currently need to be run manually")