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
This commit is contained in:
holger krekel
2009-10-15 16:18:57 +02:00
parent 5e21e39125
commit 3ca770b420
28 changed files with 532 additions and 241 deletions

View File

@@ -276,6 +276,7 @@ methods in a convenient way.
.. _`conftest plugin`: customize.html#conftestplugin
.. _`funcarg factory`:
.. _factory:
funcarg factories: setting up test function arguments
==============================================================