Closed barbacbd closed 2 years ago
@Knio Any way to add you as a reviewer?
Can you fix the failing tests?
@Knio Looks like it is good to go. Apparently I forgot to format the super() call for python2.7
@Knio
I think that the new is_valid
implementation should contain a warning in a docstring as it causes a regression for multiple device models (eg. modems with GPS) when upgrading from 1.18 to 1.19. It seems that some of the devices always return V
for the navigational status as they do not implement it but still return messages in the extended NMEA 4.10 format. For those devices status == "A"
seems better.
The tests were added as a single test case with many subcases.
Fix for #118