pytest2/testing/python
Ronny Pfannschmidt e368fb4b29 implement pytest.param
this allows a clear addition of parameterization parameters that carry along marks
instead of nesting multiple mark objects and destroying the possibility of creating
function valued parameters,
it just folders everything together into one object carrfying parameters, and the marks.
2017-03-17 16:53:43 +01:00
..
approx.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
collect.py Replace py.builtin.print_() calls by builtin print() function 2017-03-16 22:46:51 -03:00
fixture.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
integration.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
metafunc.py implement pytest.param 2017-03-17 16:53:43 +01:00
raises.py New-style classes implemented for python 2.7 - #2147 2017-02-16 20:28:17 +01:00
setup_only.py Implement --setup-show cli flag 2016-07-03 22:30:51 +02:00
setup_plan.py Improve commenting for setupplan unittest. 2016-06-25 12:21:31 +02:00
show_fixtures_per_test.py Change format for test function locations 2016-06-12 15:58:32 +01:00