epvienneau / skin_lesion_classification_app

MIT License
0 stars 0 forks source link

Exceptions #58

Closed polortiz4 closed 6 years ago

polortiz4 commented 6 years ago

Try testing multiple ways people could break our webpage and add exceptions for that. Quick examples thay come to mind: -Trying to create a user whose username already exist. (I wrote something for this in main.py, but it isn't great... worth checking) -Inputting some file of unexpected format -Trying to create a user without filling out all the fields.

Thought of a new one that's giving errors:

epvienneau commented 6 years ago

almost broke the app, but its done...