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
41a572ee1e
test_ok1
/
testing
/
pytest
/
conftest.py
4 lines
52 B
Python
Raw
Normal View
History
Unescape
Escape
[svn r62211] merge 60797:HEAD of pytestplugin branch: this merge contains: * a new plugin architecture * a pluginized pytest core * many pytest related refactorings * refactorings/streamlining of pytest's own tests --HG-- branch : trunk
2009-02-27 18:18:27 +08:00
generalize skipping - rename pytest_xfail to pytest_skip - dynamic "skipif" and "xfail" decorators - move most skipping code to the plugin also coming with this commit: - extend mark keyword to accept positional args + docs - fix a few documentation related issues - leave version as "trunk" for now --HG-- branch : trunk
2009-10-15 22:18:57 +08:00
pytest_plugins
=
"
skipping
"
,
"
pytester
"
,
"
tmpdir
"
funcargs work mostly according to the documentation --HG-- branch : trunk
2009-04-15 00:30:26 +08:00