Merge lp:~jayvdb/testscenarios/fix-py3-tests into lp:~testtools-committers/testscenarios/trunk
Proposed by
John Vandenberg
Status: | Merged |
---|---|
Merge reported by: | Robert Collins |
Merged at revision: | not available |
Proposed branch: | lp:~jayvdb/testscenarios/fix-py3-tests |
Merge into: | lp:~testtools-committers/testscenarios/trunk |
Prerequisite: | lp:~jayvdb/testscenarios/0.4 |
Diff against target: |
29 lines (+3/-9) 1 file modified
lib/testscenarios/tests/test_testcase.py (+3/-9) |
To merge this branch: | bzr merge lp:~jayvdb/testscenarios/fix-py3-tests |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
testtools committers | Pending | ||
Review via email: mp+257474@code.launchpad.net |
To post a comment you must log in.
Thanks for spotting this. assertTrue has the downside that its very hard to diagnose failures, so I fixed this using EndsWith instead. Also found other cases in 3.5 that broke too, so fixed them as well. Have pushed the fixes to trunk.