Opened 8 years ago
Last modified 8 years ago
#29275 closed Cleanup/optimization
Emit "(actual errors: none)" instead of "(actual errors: )" — at Initial Version
| Reported by: | Chris Lamb | Owned by: | nobody |
|---|---|---|---|
| Component: | Testing framework | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The suffix in, for
AssertionError: False is not true : The form 'form' in context 0 does not contain the non-field error 'Please enter a correct email and password. Note that both fields may be case-sensitive.' (actual errors: )
is kinda weird. We should print "none" instead, otherwise it looks like there is an error in the error.
Note:
See TracTickets
for help on using tickets.