CarlG96 / synthestory

Code Institute Portfolio Project 4. Generates random story ideas for authors.
0 stars 1 forks source link

Automated Testing #32

Open CarlG96 opened 1 year ago

CarlG96 commented 1 year ago

As a site owner, I want to know that my site will deal with edge cases and bugs so that my users can have a stress-free experience on my site.

Acceptance Criteria -Full automated test suite created that has good coverage and passes all tests.

CarlG96 commented 1 year ago

Created automated test suite. Covers template rendering for logged in and logged out users, protection of user's data, form validation, some model validation and model string methods.