This website requires JavaScript.
Explore
Help
Sign In
jiuyuan
/
test_ok1
Watch
2
Star
0
Fork
You've already forked test_ok1
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
7780e74016
test_ok1
/
py
/
impl
/
cmdline
/
pytest.py
6 lines
82 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
reintroduce py.test.cmdline.main() (alias for py.cmdline.pytest()) resolves issue #61 --HG-- branch : trunk
2009-11-20 06:13:28 +08:00
def
main
(
args
)
:
py
.
test
.
cmdline
.
main
(
args
)