remcohaszing / pywakeonlan

A small python module for wake on lan.
https://pywakeonlan.readthedocs.io
MIT License
281 stars 68 forks source link

Switch from pytest to unittest #33

Closed remcohaszing closed 8 months ago

remcohaszing commented 8 months ago

This saves a dev dependency which sometimes drops support for Python versions in minor versions.

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (31b07d5) 95.34% compared to head (a235a02) 97.72%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 95.34% 97.72% +2.37% ========================================== Files 1 1 Lines 43 44 +1 Branches 8 14 +6 ========================================== + Hits 41 43 +2 Misses 1 1 + Partials 1 0 -1 ```

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