spaulaus / paass

Pixie Acquisition and Analysis Software Suite - maintained by Project Science
GNU General Public License v3.0
0 stars 2 forks source link

Update all tests to use doctest #86

Closed spaulaus closed 3 years ago

spaulaus commented 3 years ago

Expected Behavior

Use doctest for all our tests.

Context

Doctest provides a single header library we can include with our project. Makes it easier to ensure we have the test framework.

Possible Solution (optional)

Acceptance Criteria