diff options
Diffstat (limited to 'tests/extensions/test_check_docs.py')
-rw-r--r-- | tests/extensions/test_check_docs.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/extensions/test_check_docs.py b/tests/extensions/test_check_docs.py index b36e20892..89a08065a 100644 --- a/tests/extensions/test_check_docs.py +++ b/tests/extensions/test_check_docs.py @@ -1690,7 +1690,7 @@ class TestParamDocChecker(CheckerTestCase): ): self.checker.visit_raise(node) - def test_finds_missing_raises_from_setter_google(self): + def test_finds_missing_raises_from_setter_google_2(self): """Example of a setter having missing raises documentation in its own Google style docstring of the property """ @@ -1726,7 +1726,7 @@ class TestParamDocChecker(CheckerTestCase): ): self.checker.visit_raise(node) - def test_finds_missing_raises_from_setter_numpy(self): + def test_finds_missing_raises_from_setter_numpy_2(self): """Example of a setter having missing raises documentation in its own Numpy style docstring of the property """ |