Closed
Bug 892126
Opened 13 years ago
Closed 13 years ago
pass assert to before and after methods in sdk/test/utils
Categories
(Add-on SDK Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Assigned: jsantell)
References
Details
Attachments
(1 file)
I'd be nice if the functions that we can have run before and after tests could also test assertions.
| Reporter | ||
Updated•13 years ago
|
Flags: needinfo?(jsantell)
| Assignee | ||
Updated•13 years ago
|
Assignee: nobody → jsantell
Flags: needinfo?(jsantell)
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #773684 -
Flags: review?(evold)
| Reporter | ||
Updated•13 years ago
|
Attachment #773684 -
Flags: review?(evold) → review+
Comment 2•13 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/0f27440dccdd49fb6cebaeee6c451a03f7165917
Bug 892126 add assert to before/after in sdk/test/utils
https://github.com/mozilla/addon-sdk/commit/9a6d14c8b8b67b3b7e45021cabe1beef0db7ca6b
Merge pull request #1093 from jsantell/892126-add-assert-to-before-after
Fix Bug 892126 add assert to before/after in sdk/test/utils, r+=@erikvold
Updated•13 years ago
|
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 3•13 years ago
|
||
Commits pushed to firefox25 at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/0f27440dccdd49fb6cebaeee6c451a03f7165917
Bug 892126 add assert to before/after in sdk/test/utils
https://github.com/mozilla/addon-sdk/commit/9a6d14c8b8b67b3b7e45021cabe1beef0db7ca6b
Merge pull request #1093 from jsantell/892126-add-assert-to-before-after
Blocks: 892813
You need to log in
before you can comment on or make changes to this bug.
Description
•