test_ok1/py/impl/cmdline/pytest.py

6 lines
82 B
Python
Executable File

#!/usr/bin/env python
import py
def main(args):
py.test.cmdline.main(args)