You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem
Currently. there's a lot of duplicated code when testing endpoints, and the tests aren't complete. We often test the same things- that the endpoint can be called, that the to_df() method works, the columns are the right datatype etc.
Solution
Test suite than runs generic tests against all the relevant endpoints.
The text was updated successfully, but these errors were encountered:
Problem
Currently. there's a lot of duplicated code when testing endpoints, and the tests aren't complete. We often test the same things- that the endpoint can be called, that the to_df() method works, the columns are the right datatype etc.
Solution
Test suite than runs generic tests against all the relevant endpoints.
The text was updated successfully, but these errors were encountered: