mysociety / citizenconnect

Citizen Connect project for the NHS: reporting problems, leaving reviews
https://www.nhs.uk/careconnect/choices
Other
1 stars 0 forks source link

Add a test of every url in any urls.py that it doesn't 404, 500 etc #1201

Closed stevenday closed 11 years ago

stevenday commented 11 years ago

We had an issue with a refactor where a url was moved and not altered correctly, the current checks of links in pages didn't pick it up, but it should be easy to load the main urls.py and run through every one in some way to double check automatically.

stevenday commented 11 years ago

I didn't really think this through - a lot of pages need parameters in order to work, which are less than obvious, so this could end up being quite complicated.