NCPP / ocgis

OpenClimateGIS is a set of geoprocessing and calculation tools for CF-compliant climate datasets.
Other
70 stars 19 forks source link

Change test runner from nose #412

Closed bekozi closed 7 years ago

bekozi commented 8 years ago

who: @bekozi

nose is in maintenance mode...

bekozi commented 8 years ago

After using pytest heavily for the last week there are a number of issues:

  1. Caching is problematic in Docker and MPI environments where absolute paths change.
  2. Using a debugger like ipdb caused pytest failures.
  3. Error logging is excessively verbose.
  4. No way to fully disable caching.

Hence, I am :-1: on pytest.