Skip to content

Commit 6386676

Browse files
committed
Remove unit test
1 parent d004398 commit 6386676

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

scripts/tests/test_validate_docstrings.py

-11
Original file line numberDiff line numberDiff line change
@@ -276,17 +276,6 @@ def test_item_subsection(self, idx, subsection) -> None:
276276
assert result[idx][3] == subsection
277277

278278

279-
class TestPandasDocstringClass:
280-
@pytest.mark.parametrize(
281-
"name", ["pandas.Series.str.isdecimal", "pandas.Series.str.islower"]
282-
)
283-
def test_encode_content_write_to_file(self, name) -> None:
284-
# GH25466
285-
docstr = validate_docstrings.PandasDocstring(name).validate_pep8()
286-
# the list of pep8 errors should be empty
287-
assert not list(docstr)
288-
289-
290279
class TestMainFunction:
291280
def test_exit_status_for_main(self, monkeypatch) -> None:
292281
monkeypatch.setattr(

0 commit comments

Comments
 (0)