pandas.test#

pandas.test(extra_args=None)[source]#

Run the pandas test suite using pytest.

By default, runs with the marks -m “not slow and not network and not db”

Parameters
extra_argslist[str], default None

Extra marks to run the tests.