Add unit tests for adding/subtracting gpstime objects
These tests check that the type returned is a gpstime
. It turns out that starting in python 3.8, gpstime
is returned instead of a datetime
without any modifications to the class. Whenever python 3.7 support is dropped, this will automatically satisfy #5 (closed).