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
The unit tests for the endpoints currently don't test whether or not the URL's query parameters contain the correct/expected values. This should be implemented in a way that is reusable by all unit tests, especially for the methods that take the common query, sort, page & page_size parameters.
One way to implement this would be to have a fixture that returns a dict of these values.
The text was updated successfully, but these errors were encountered:
The unit tests for the endpoints currently don't test whether or not the URL's query parameters contain the correct/expected values. This should be implemented in a way that is reusable by all unit tests, especially for the methods that take the common
query
,sort
,page
&page_size
parameters.One way to implement this would be to have a fixture that returns a dict of these values.
The text was updated successfully, but these errors were encountered: