Adds a unit test to verify that the commands in the README really do produce the same results.
While writing this test I found a small bug when --dates is given to S2, there was a typo in the method name.
Also fixed a typo in the help strings.
Lastly, the CI now runs with pytest instead of just xdoctest. This makes it easier to combine doctests and unit tests. Coverage on my local machine is:
Adds a unit test to verify that the commands in the README really do produce the same results.
While writing this test I found a small bug when
--dates
is given to S2, there was a typo in the method name.Also fixed a typo in the help strings.
Lastly, the CI now runs with pytest instead of just xdoctest. This makes it easier to combine doctests and unit tests. Coverage on my local machine is:
Should be roughly the same on the CI.