Closed
Bug 713973
Opened 13 years ago
Closed 9 years ago
rewrite unit tests to not depend on old config
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lars, Assigned: lars)
References
Details
many of the unit tests rely on the old config system. Rewrite them to use no config system or configman.
Comment 1•11 years ago
|
||
What is the old config system?
Comment 2•11 years ago
|
||
The one that is not configman, and that relies on .py files, mainly found in https://github.com/mozilla/socorro/tree/master/scripts/config (and for the unittests, in https://github.com/mozilla/socorro/tree/master/socorro/unittest/config ).
Updated•11 years ago
|
Assignee | ||
Updated•10 years ago
|
QA Contact: lars
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → lars
QA Contact: lars
Comment 3•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/6bc7f67869a53fd59946a4292ae15e945a7e843c
Merge pull request #2736 from twobraids/ROCK-THE-SOCORRO-WORLD
Fixes Bug 713973, Bug 1042420, Bug 1044183, Bug 913581, Bug 999923, deprecate & remove all the things
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/7db23490d7034ebdac6ed58159efb386a28968e2
Revert "Fixes Bug 713973, Bug 1042420, Bug 1044183, Bug 913581, Bug 999923, deprecate & remove all the things"
https://github.com/mozilla/socorro/commit/47914a74990373784d843e636da0170f82ad3ff7
Merge pull request #3059 from mozilla/revert-2736-ROCK-THE-SOCORRO-WORLD
Revert "Fixes Bug 713973, Bug 1042420, Bug 1044183, Bug 913581, Bug 9…
Comment 5•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/bac7873fcc15e223624471ec3d31a6cf67d46c4e
Merge pull request #3060 from twobraids/ROCK-THE-SOCORRO-WORLD
Fixes Bug 713973, Bug 1042420, Bug 1044183, Bug 913581, Bug 999923, deprecate & remove all the things
You need to log in
before you can comment on or make changes to this bug.
Description
•