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

Write tests for each URL route to check they return 200 #468

Open
bfirsh opened this issue Mar 1, 2019 · 0 comments
Open

Write tests for each URL route to check they return 200 #468

bfirsh opened this issue Mar 1, 2019 · 0 comments
Labels
chore Stuff that needs doing but doesn't cause any user-facing changes Good first issue

Comments

@bfirsh
Copy link
Member

bfirsh commented Mar 1, 2019

Perhaps we should write some unit tests (Django tests - not browser tests) which render each URL route in the whole app and just check a 200 status is returned. It'd be relatively low effort, it'd catch these sorts of bugs, and would also serve as stubs for better tests...

See #456 - it would have caught issue there.

@bfirsh bfirsh added Good first issue chore Stuff that needs doing but doesn't cause any user-facing changes labels Mar 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Stuff that needs doing but doesn't cause any user-facing changes Good first issue
Projects
None yet
Development

No branches or pull requests

1 participant