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 NoneExtra marks to run the tests.