Is Using pandas.test() Equivalent to Running pytest Directly?
I’m working with the pandas
codebase and using the _tester.py
module located at pandas/util/_tester.py
to execute tests. Specifically, I’m calling the pandas.test()
function to run the test suite. Here’s how I’m doing it: