Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TODO(sll) in core/controllers/base_test.py: Add similar tests for POST, PUT, DELETE. #20281

Open
poloreoyeniji opened this issue May 8, 2024 · 0 comments
Labels
enhancement Label to indicate an issue is a feature/improvement

Comments

@poloreoyeniji
Copy link

The current test suite includes a test (test_that_no_get_results_in_500_error) that verifies none of the application's GET requests result in a 500 Internal Server Error status code. To achieve comprehensive testing, similar tests are needed to cover POST, PUT, and DELETE requests for all application routes.

@seanlip seanlip added the enhancement Label to indicate an issue is a feature/improvement label May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Label to indicate an issue is a feature/improvement
Projects
Status: Todo
Development

No branches or pull requests

2 participants