Closed
Bug 1558468
Opened 6 years ago
Closed 6 years ago
Split InactivePropertyHelper test cases in multiple files
Categories
(DevTools :: Inspector, task, P2)
DevTools
Inspector
Tracking
(firefox69 fixed)
RESOLVED
FIXED
Firefox 69
Tracking | Status | |
---|---|---|
firefox69 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
Attachments
(1 file)
At the moment, the tests use a big array which contains all the different test cases for the inactive property we're handling.
This won't scale as we're supporting more and more properties, so maybe we could split this array in smaller files, one per group of properties we want to test.
Assignee | ||
Comment 1•6 years ago
|
||
This should make the test more managable as we add properties
validators in InactivePropertyHelper.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a97fcedd311f
Split InactivePropertyHelper test cases in multiple files. r=rcaliman.
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 69
You need to log in
before you can comment on or make changes to this bug.
Description
•