pandas.test#

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

Run the pandas test suite using pytest.

By default, runs with the marks –skip-slow, –skip-network, –skip-db

Parameters
extra_argslist[str], default None

Extra marks to run the tests.