[svn merge -r 57430:HEAD ../release/0.9.x/ .] * cmdline script organisation * execnet windows fixes * documentation updates * test skips also regen setup.py --HG-- branch : trunk
6 lines
74 B
Python
Executable File
6 lines
74 B
Python
Executable File
#!/usr/bin/env python
|
|
import py
|
|
|
|
def main():
|
|
py.test.cmdline.main()
|