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
05c4ecf892
test_ok1
/
_pytest
/
__init__.py
3 lines
30 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
#
allow re-running of a test item (as exercised by the pytest-rerunfailures plugins) by re-initializing and removing request/funcargs information in runtestprotocol() - which is a slightly odd place to add funcarg-related functionality but it allows all pytest_runtest_setup/teardown hooks to properly see a valid request/funcarg content on test items.
2013-04-22 16:35:48 +08:00
__version__
=
'
2.3.5.dev16
'