#21243 closed Cleanup/optimization (fixed)
Wrong exception messages on test_default_creation and test_other_creation of multiple_database test
Reported by: | Vajrasky Kok | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | dev |
Severity: | Normal | Keywords: | test, typo |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
There are some wrong exception messages in test_default_creation and test_other_creation of tests/multiple_database/tests.py.
We are testing about "Pro Django" books, yet we are complaining about "Dive Into Python" book in the exception messages.
Attachments (1)
Change History (3)
by , 11 years ago
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Patch to fix the exception messages in the test