sources for conftest.py [rev. unknown]
1
2
3
4
5
6
7
8
9
10
11
import py
Option = py.test.config.Option
option = py.test.config.addoptions("apigen test options",
        Option('', '--webcheck',
               action="store_true", dest="webcheck", default=False,
               help="run XHTML validation tests"
        ),
)