Skip to content

Commit

Permalink
Remove unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Jan 14, 2024
1 parent d004398 commit 6386676
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions scripts/tests/test_validate_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,17 +276,6 @@ def test_item_subsection(self, idx, subsection) -> None:
assert result[idx][3] == subsection


class TestPandasDocstringClass:
@pytest.mark.parametrize(
"name", ["pandas.Series.str.isdecimal", "pandas.Series.str.islower"]
)
def test_encode_content_write_to_file(self, name) -> None:
# GH25466
docstr = validate_docstrings.PandasDocstring(name).validate_pep8()
# the list of pep8 errors should be empty
assert not list(docstr)


class TestMainFunction:
def test_exit_status_for_main(self, monkeypatch) -> None:
monkeypatch.setattr(
Expand Down

0 comments on commit 6386676

Please sign in to comment.