6 lines
145 B
Python
6 lines
145 B
Python
import py
|
|
|
|
class Directory(py.test.collect.Directory):
|
|
def run(self):
|
|
py.test.skip("compat tests currently need to be run manually")
|