mila-iqia / milatools

Tools to connect to and interact with the Mila cluster
MIT License
62 stars 12 forks source link

Add pytest-testmon plugin to speed up local testing #125

Open lebrice opened 5 months ago

lebrice commented 5 months ago

Adds pytest-testmon as a dev dependency, makes testing super quick by only re-running tests that depend on code that changed since the last test run!

codecov-commenter commented 5 months ago

Codecov Report

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

Project coverage is 72.93%. Comparing base (9b4a7cd) to head (3d71ca5). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #125 +/- ## ======================================= Coverage 72.93% 72.93% ======================================= Files 15 15 Lines 2176 2176 ======================================= Hits 1587 1587 Misses 589 589 ```

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

satyaog commented 5 months ago

We could want to still run all of the integration tests when releasing a new version. We could also want to periodically run integration tests on the remotes we support just in case something changes on their end which could break things on ours