- 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
4 lines
52 B
Python
4 lines
52 B
Python
|
|
pytest_plugins = "skipping", "pytester", "tmpdir"
|
|
|