File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- Fix :func: `pytest.approx ` handling of dictionaries containing one or more values of `0.0 ` in class ApproxMapping .
1
+ Fixed :func: `pytest.approx ` handling of dictionaries containing one or more values of `0.0 `.
Original file line number Diff line number Diff line change 1
- Fix bug where a fixture method named ``teardown `` would be called as part of ``nose `` teardown stage.
1
+ Fixed bug where a fixture method named ``teardown `` would be called as part of ``nose `` teardown stage.
Original file line number Diff line number Diff line change 1
- Fix crash if ``--fixtures `` and ``--help `` are passed at the same time.
1
+ Fixed crash if ``--fixtures `` and ``--help `` are passed at the same time.
Original file line number Diff line number Diff line change 1
- Fix :py:func: `pytest.raises ` to return a 'ContextManager' so that type-checkers could narrow
1
+ Fixed :py:func: `pytest.raises ` to return a 'ContextManager' so that type-checkers could narrow
2
2
:code: `pytest.raises(...) if ... else nullcontext() ` down to 'ContextManager' rather than 'object'.
Original file line number Diff line number Diff line change 1
- Change wording of the module level skip to be very explicit
2
- about not collecting and not executing the rest of the module.
1
+ Changed wording of the module level skip to be very explicit
2
+ about not collecting tests and not executing the rest of the module.
You can’t perform that action at this time.
0 commit comments