Closed Bug 1071083 Opened 10 years ago Closed 10 years ago

Use assertRaisesMessage in tests where appropriate

Categories

(developer.mozilla.org Graveyard :: Code Cleanup, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: jbennett, Assigned: jezdez)

Details

We don't have Python 2.7's assertRaisesRegexp, but we do have Django 1.4's assertRaisesMessage. We should audit our tests for places that could be cleaned up by use of assertRaisesMessage, and then clean them up.
Assignee: nobody → jezdez
Status: NEW → ASSIGNED
Commits pushed to master at https://github.com/mozilla/kuma

https://github.com/mozilla/kuma/commit/415a5e2f0226965ed06f5ebbcca8398d6438b015
fix bug 1071083 - use assertRaiseMessage more instead of manually handling exception in tests.

Also uses the fail testcase method for false positives in a few places.

https://github.com/mozilla/kuma/commit/0eb4411fe1f4645fbb317fa194ffb94f98d73496
Merge pull request #2795 from jezdez/bug1071083

fix bug 1071083 - use assertRaiseMessage more instead of manually handling exception in tests.
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.