usnistgov / mass

Microcalorimeter pulse-analysis software
MIT License
6 stars 0 forks source link

Replace all `unittest` with `pytest`-based testing #247

Closed joefowler closed 1 year ago

joefowler commented 1 year ago

Original report by Joseph Fowler (Bitbucket: joe_fowler, ).


We’ve been slowly adding new tests that are based on the simpler, more modern interface defined by pytest. It supports legacy unittest tests, but let’s replace them with native pytest tests. Use https://github.com/dannysepler/pytestify for automated conversion of the assertions and other stuff.

joefowler commented 1 year ago

Original comment by Joseph Fowler (Bitbucket: joe_fowler, ).


Fixed in PR 217