pytest2/_pytest
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
..
_code Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
assertion Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
vendored_packages Revert subclassing explicitly from object introduced by accident in #2260 2017-02-18 10:34:41 -02:00
__init__.py bump version to next dev 2017-01-22 22:21:08 +01:00
_argcomplete.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
_pluggy.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
cacheprovider.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
capture.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
compat.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
config.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
debugging.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
deprecated.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
doctest.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
fixtures.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
freeze_support.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
helpconfig.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
hookspec.py Merge remote-tracking branch 'upstream/master' into merge-master-into-features 2017-03-10 15:54:05 -03:00
impl - enhance ordering of tests using parametrized resources 2012-08-01 09:07:32 +02:00
junitxml.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
main.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
mark.py implement pytest.param 2017-03-17 16:53:43 +01:00
monkeypatch.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
nose.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
pastebin.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
pytester.py Replace py.builtin.print_() calls by builtin print() function 2017-03-16 22:46:51 -03:00
python.py implement pytest.param 2017-03-17 16:53:43 +01:00
recwarn.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
resultlog.py Replace py.builtin.print_() calls by builtin print() function 2017-03-16 22:46:51 -03:00
runner.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
setuponly.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
setupplan.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
skipping.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
terminal.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
tmpdir.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00
unittest.py Add __future__ imports to all pytest modules 2017-03-16 22:45:40 -03:00