-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Labels
Description
many of our tests are not sufficiently rigorous-- e.g., they check that "something" gets returned, or that the proper datatype is returned, rather than checking specific values for a set of test cases.
we should improve our pytests to better check that both datatypes and values are correct.