Skip to content

Commit d41850e

Browse files
committed
fixed-documents
1 parent f0033b8 commit d41850e

File tree

4 files changed

+2
-3
lines changed

4 files changed

+2
-3
lines changed

changelog/8248.trivial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Internal Restructure: let ``python.PyObjMixing`` inherit from ``nodes.Node`` to carry over typing information.
1+
Internal Restructure: let ``python.PyObjMixin`` inherit from ``nodes.Node`` to carry over typing information.

changelog/8411.trivial.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

changelog/8509.improvement.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Fixed issue where :method:`unittest.TestCase.setUpClass` is not called when a test has `/` in its name since pytest 6.2.0.
1+
Fixed issue where :meth:`unittest.TestCase.setUpClass` is not called when a test has `/` in its name since pytest 6.2.0.
22

33
This refers to the path part in pytest node IDs, e.g. ``TestClass::test_it`` in the node ID ``tests/test_file.py::TestClass::test_it``.
44

0 commit comments

Comments
 (0)