pooch.test¶
- 
pooch.test(doctest=True, verbose=True, coverage=False)[source]¶ Run the test suite.
Uses py.test to discover and run the tests.
- Parameters
 - Raises
 AssertionError – If pytest returns a non-zero error code indicating that some tests have failed.