Jurko Gospodnetić
|
af0edf0d10
|
Documentation cleanup - corrected typos & minor stylistic changes.
|
2011-12-05 11:10:48 +01:00 |
holger krekel
|
679d72eedf
|
fix typo in alfredo's name
|
2011-11-18 19:16:00 +00:00 |
holger krekel
|
48e6823c7a
|
small fix to release announcement
|
2011-11-18 18:45:15 +00:00 |
holger krekel
|
6b4e6eee09
|
improve release announcement, shift and fix examples a bit. Bump version to 2.2.0
|
2011-11-18 18:32:11 +00:00 |
holger krekel
|
a5e7b2760d
|
fix issue90 - perform teardown after its actual test function/item. This is implemented by modifying the runtestprotocol to remember "pending" teardowns and call them before the setup of the next item.
|
2011-11-18 16:01:29 +00:00 |
holger krekel
|
ec0565fac5
|
introduce metafunc.parametrize() and @pytest.mark.parametrize with examples. deprecate metafunc.addcall()
|
2011-11-17 11:09:21 +00:00 |
holger krekel
|
a51e52aee3
|
fix issue89 apply Daniel Nouri's patch to doctest/--pdb interaction.
|
2011-11-15 13:28:22 +00:00 |
holger krekel
|
9d3e51af9f
|
fix issue50 (add a reference to the already implemented -m) and improve release annoucnement and changelog.
|
2011-11-12 15:10:12 +00:00 |
holger krekel
|
29bf205f3a
|
make --durations also show the execution times of setup/teardown calls. This requires a slight incompatibility - pytest_runtest_logreport now sees setup/teardown reports even if the tests passed.
|
2011-11-08 17:53:46 +00:00 |
holger krekel
|
3b9fd3abd8
|
introduce --durations=N showing slowest test executions
|
2011-11-08 17:20:56 +00:00 |