Closed
Bug 906338
Opened 12 years ago
Closed 12 years ago
Remove old test framework
Categories
(Add-on SDK Graveyard :: General, defect, P3)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Unassigned)
References
Details
Attachments
(1 file)
Is there some reason to keep the old framework other than that we have some test files using it?
| Reporter | ||
Updated•12 years ago
|
Flags: needinfo?(rFobic)
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → evold
Comment 1•12 years ago
|
||
No only reason we have it is a lot of tests that are written for it. Also if we remove old test framework we could probably slim down our test runner too.
Flags: needinfo?(rFobic)
Comment 2•12 years ago
|
||
To be clear I meant that many test are using old format.
Comment 3•12 years ago
|
||
I have submitted Bug 906916 on simplifying test runner code in general.
| Reporter | ||
Comment 4•12 years ago
|
||
Awesome, let's kill this then.
| Reporter | ||
Updated•12 years ago
|
Assignee: evold → nobody
Priority: -- → P3
Comment 5•12 years ago
|
||
Also adds sdk/test/utils#waitUntil utility
Attachment #810121 -
Flags: review?(evold)
| Reporter | ||
Comment 6•12 years ago
|
||
Comment on attachment 810121 [details]
bug
Looks good, just a few nits. Please address the nits in a new commit so that I can see the diff between the current commit and the changes.
Thanks!
Attachment #810121 -
Flags: review?(evold) → review+
| Reporter | ||
Comment 7•12 years ago
|
||
Comment on attachment 810121 [details]
bug
Oh I guess I should r- for now, I'd like to review the nits once they are addressed too.
Attachment #810121 -
Flags: review+ → review-
Comment 8•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/9169ec64a96053cdbb725e62d9ca6aaa1ffc62a9
Bug 906338 refactor tests to using new assert lib, add test util
'waitUntil'
https://github.com/mozilla/addon-sdk/commit/c48c55e75c78f74b49b117c4f2bc1ebc84660eec
Merge pull request #1246 from jsantell/nuke-old-test-framework
Fix Bug 906338 Remove old test framework, r=@erikvold
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•11 years ago
|
Attachment #810121 -
Flags: review- → review+
You need to log in
before you can comment on or make changes to this bug.
Description
•