This website requires JavaScript.
Explore
Help
Sign In
p53209761
/
test_ok2
Watch
1
Star
0
Fork
You've already forked test_ok2
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c19f51a3d7
test_ok2
/
py
/
_cmdline
/
pytest.py
6 lines
104 B
Python
Raw
Normal View
History
Unescape
Escape
[svn r57540] merge changes from release branch back [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
2008-08-21 18:18:58 +08:00
#!/usr/bin/env python
import
py
allow to run py.test.cmdline.main() multiple times. --HG-- branch : trunk
2010-05-12 01:56:22 +08:00
def
main
(
args
=
None
)
:
raise
SystemExit
(
py
.
test
.
cmdline
.
main
(
args
)
)