Skip to content

Commit

Permalink
Merge pull request pytest-dev#4715 from nicoddemus/fix-changelog-typo
Browse files Browse the repository at this point in the history
Fix typo in CHANGELOG
  • Loading branch information
RonnyPfannschmidt committed Feb 4, 2019
2 parents 2264db7 + 726e165 commit a945734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ pytest 4.2.0 (2019-01-30)
Features
--------

- `#3094 <https://github.com/pytest-dev/pytest/issues/3094>`_: `Class xunit-style <https://docs.pytest.org/en/latest/xunit_setup.html>`__ functions and methods
- `#3094 <https://github.com/pytest-dev/pytest/issues/3094>`_: `Classic xunit-style <https://docs.pytest.org/en/latest/xunit_setup.html>`__ functions and methods
now obey the scope of *autouse* fixtures.

This fixes a number of surprising issues like ``setup_method`` being called before session-scoped
Expand Down

0 comments on commit a945734

Please sign in to comment.