Skip to content

Commit 55f32cd

Browse files
DOC: fix SA01 for pandas.test (#58881)
1 parent 04fccd2 commit 55f32cd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci/code_checks.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
490490
-i "pandas.set_eng_float_format RT03,SA01" \
491491
-i "pandas.set_option SA01" \
492492
-i "pandas.show_versions SA01" \
493-
-i "pandas.test SA01" \
494493
-i "pandas.testing.assert_extension_array_equal SA01" \
495494
-i "pandas.testing.assert_series_equal PR07,SA01" \
496495
-i "pandas.tseries.offsets.BDay PR02,SA01" \

pandas/util/_tester.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ def test(extra_args: list[str] | None = None, run_doctests: bool = False) -> Non
2727
both doctests/regular tests, just append "--doctest-modules"/"--doctest-cython"
2828
to extra_args.
2929
30+
See Also
31+
--------
32+
pytest.main : The main entry point for pytest testing framework.
33+
3034
Examples
3135
--------
3236
>>> pd.test() # doctest: +SKIP

0 commit comments

Comments
 (0)