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
Create a unit test for the APIRootView in backend/api/views. The test should test that the view exists by checking that navigating to the view returns an HTTP status code of 200.
Going over the section on testing in the docs is a good idea:
Create a unit test for the
APIRootView
inbackend/api/views
. The test should test that the view exists by checking that navigating to the view returns an HTTP status code of 200.Going over the section on testing in the docs is a good idea:
https://docs.djangoproject.com/en/5.0/topics/testing/
The text was updated successfully, but these errors were encountered: