test_ok1/doc/conftest.py

10 lines
271 B
Python
Raw Normal View History

#XXX make work: excludedirs = ['_build']
import py
#py.test.importorskip("pygments")
pytest_plugins = ['pytest_restdoc']
2009-08-19 01:04:57 +08:00
collect_ignore = ['test/attic.txt']
def pytest_runtest_setup(item):
if item.fspath.ext == ".txt":
import pygments # for raising an error