cesium-ml / cesium

Machine Learning Time-Series Platform
Other
670 stars 101 forks source link

Use pytest instead of nose #242

Closed bnaul closed 7 years ago

bnaul commented 7 years ago

Would be nice to switch for 1) consistency w/ cesium_web, 2) better support going forward, 3) increased prettiness.

We don't use much nose-specific stuff so this should be easy. Currently just running pytest w/ the current suite gives:

Results (17.19s):
      54 passed
      19 error
stefanv commented 7 years ago

See also: https://github.com/scikit-image/scikit-image/pull/2468