childmindresearch / wristpy

https://childmindresearch.github.io/wristpy/
GNU Lesser General Public License v2.1
2 stars 1 forks source link

Moving all unit tests into unit directory #42

Closed frey-perez closed 3 months ago

frey-perez commented 3 months ago

Not all unit tests were in the same directory, so files have been moved around appropriately.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (d91eace) to head (abfc27e).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #42 +/- ## ============================================= Coverage 100.00% 100.00% ============================================= Files 4 4 Lines 120 120 ============================================= Hits 120 120 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ReinderVosDeWael commented 3 months ago

Once we start implementing larger (non-unit) tests we'll likely reuse the sample data, so I wouldn't put that in the unit directory.