AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

Added tests for camera group functionalities #551

Closed fergusL closed 2 years ago

fergusL commented 2 years ago

Added some tests for camera group class

codecov[bot] commented 2 years ago

Codecov Report

Merging #551 (c75ff08) into develop (928600f) will increase coverage by 1.09%. The diff coverage is 97.46%.

@@             Coverage Diff             @@
##           develop     #551      +/-   ##
===========================================
+ Coverage    54.74%   55.84%   +1.09%     
===========================================
  Files           64       65       +1     
  Lines         4143     4212      +69     
  Branches       457      471      +14     
===========================================
+ Hits          2268     2352      +84     
+ Misses        1751     1735      -16     
- Partials       124      125       +1     
Impacted Files Coverage Δ
tests/test_camera_group.py 96.96% <96.96%> (ø)
src/huntsman/pocs/camera/group.py 78.50% <100.00%> (+12.15%) :arrow_up:
tests/test_camera.py 70.89% <100.00%> (ø)
src/huntsman/pocs/camera/pyro/client.py 84.93% <0.00%> (+0.60%) :arrow_up:
src/huntsman/pocs/camera/camera.py 73.68% <0.00%> (+0.87%) :arrow_up:
tests/test_observatory.py 100.00% <0.00%> (+0.98%) :arrow_up:
src/huntsman/pocs/archive/archiver.py 90.09% <0.00%> (+1.80%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 928600f...c75ff08. Read the comment docs.