pytest2/testing/python
Mike Lundy 9577120592 Allow custom fixture names for fixtures
When defining a fixture in the same module as where it is used, the
function argument shadows the fixture name, which a) annoys pylint and
b) can lead to bugs where you forget to request a fixture into a test
method.

This allows one to define fixtures with a different name than the name
of the function, bypassing that problem.
2016-03-09 14:58:54 -08:00
..
collect.py Fix skip/xfail markers in parametrized arguments 2016-02-25 19:13:09 -03:00
fixture.py Allow custom fixture names for fixtures 2016-03-09 14:58:54 -08:00
integration.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
metafunc.py Moved py.code code over to py.test 2016-01-25 23:18:04 -02:00
raises.py Add expected exceptions to 'DID NOT RAISE' msg 2016-02-03 14:12:41 +03:00