Stanford-NavLab / gnss_lib_py

Modular Python tool for parsing, analyzing, and visualizing Global Navigation Satellite Systems (GNSS) data and state estimates
MIT License
131 stars 33 forks source link

Updated time_conversions and the unit tests for this module. #56

Closed sriramyab closed 2 years ago

sriramyab commented 2 years ago

First attempt at writing unit tests for time conversions. I checked for PEP 8 conventions. Based on your feedback, I can make changes accordingly!

codecov-commenter commented 2 years ago

Codecov Report

Merging #56 (1f8f2fb) into main (f28d1b5) will increase coverage by 0.34%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #56      +/-   ##
==========================================
+ Coverage   93.08%   93.43%   +0.34%     
==========================================
  Files          13       13              
  Lines        1432     1507      +75     
==========================================
+ Hits         1333     1408      +75     
  Misses         99       99              
Impacted Files Coverage Δ
gnss_lib_py/utils/constants.py 100.00% <100.00%> (ø)
gnss_lib_py/utils/time_conversions.py 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.