Merge lp://staging/~cjwatson/storm/old-assert-methods into lp://staging/storm
Proposed by
Colin Watson
Status: | Merged |
---|---|
Merged at revision: | 541 |
Proposed branch: | lp://staging/~cjwatson/storm/old-assert-methods |
Merge into: | lp://staging/storm |
Diff against target: |
12145 lines (+2416/-2408) 22 files modified
NEWS (+8/-0) storm/tests/base.py (+2/-2) storm/tests/cache.py (+28/-28) storm/tests/database.py (+55/-55) storm/tests/databases/base.py (+34/-34) storm/tests/databases/postgres.py (+71/-71) storm/tests/databases/sqlite.py (+16/-16) storm/tests/event.py (+5/-5) storm/tests/expr.py (+633/-633) storm/tests/helper.py (+5/-5) storm/tests/info.py (+65/-65) storm/tests/mocker.py (+1/-1) storm/tests/properties.py (+219/-219) storm/tests/schema/patch.py (+13/-13) storm/tests/schema/schema.py (+13/-13) storm/tests/sqlobject.py (+178/-178) storm/tests/store/base.py (+827/-827) storm/tests/store/postgres.py (+9/-9) storm/tests/tracer.py (+10/-10) storm/tests/uri.py (+64/-64) storm/tests/variables.py (+149/-149) storm/tests/zope/zstorm.py (+11/-11) |
To merge this branch: | bzr merge lp://staging/~cjwatson/storm/old-assert-methods |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Simon Poirier (community) | Approve | ||
Review via email: mp+375842@code.staging.launchpad.net |
Commit message
Stop using deprecated assertEquals/
Description of the change
This is a giant commit, but it's essentially mechanical (I actually did it by hand to keep whitespace lined up nicely, but there was no actual creativity involved).
To post a comment you must log in.
+1 LGTM
Thanks for keeping it easy to review.