Improve CHANGELOG and add some comments

Ref: #5768
This commit is contained in:
Bruno Oliveira
2019-08-30 11:20:19 -03:00
parent 62381125e7
commit 3ddbc7fb2a
3 changed files with 7 additions and 1 deletions

View File

@@ -3946,6 +3946,9 @@ class TestScopeOrdering:
reprec.assertoutcome(passed=2)
def test_class_fixture_self_instance(self, testdir):
"""Check that plugin classes which implement fixtures receive the plugin instance
as self (see #2270).
"""
testdir.makeconftest(
"""
import pytest