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
I'd also like to programmatically determine what fields are required for each route and make sure they are 1. clearly documented in the route handler's docstring, and 2. enforced (preferably programmatically) in the test suite in such a way that we make sure the frontend form is submitting the correct fields when it calls a given route handler.