test_ok1/testing/python
holger krekel 4f0879ff9b refactor internal finalization mechanics such that all fixture arguments
in a test invocation will have a corresponding FixtureDef instance.
also fixes issue246 (again).

simplify parametrized fixture teardown by making it work lazy:
during the setup of a parametrized fixture instance any previously
setup instance which was setup with a different param is torn down
before setting up the new one.
2013-12-07 16:37:46 +01:00
..
collect.py refactor internal finalization mechanics such that all fixture arguments 2013-12-07 16:37:46 +01:00
fixture.py refactor internal finalization mechanics such that all fixture arguments 2013-12-07 16:37:46 +01:00
integration.py allow to use pytest.fixture decorator on old-style pytest_funcarg__NAME definitions. 2013-12-04 07:16:34 +01:00
metafunc.py refactor internal finalization mechanics such that all fixture arguments 2013-12-07 16:37:46 +01:00
raises.py fix flakes issues and make --flakes run part of tox runs 2013-10-12 15:39:22 +02:00