Closed
Bug 673121
Opened 11 years ago
Closed 11 years ago
Make manifestparser tests output something when they pass
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla8
People
(Reporter: ted, Assigned: k0scist)
Details
Currently the manifestparser tests are completely silent when they pass. Conveniently, khuey wrote a patch that managed to break things so unittest didn't find any tests to run, and the output was indistinguishable. Can you fix the test harness to output something when they pass so it's possible to determine that something is happening?
Assignee | ||
Comment 1•11 years ago
|
||
pushed http://hg.mozilla.org/automation/ManifestDestiny/summary This outputs like: (mozmill)│python tests/test.py manifestparser.py: All tests pass! test_expressionparser.txt: failed=0, attempted=50 test_manifestparser.txt: failed=0, attempted=82 test_testmanifest.txt: failed=0, attempted=11 This should really conform to our existing log format, but this isn't entirely trivial with doctest or unittest. I'll file a follow-up bug for that and close this one
Assignee | ||
Comment 2•11 years ago
|
||
> I'll file a follow-up bug for that and close this one see bug 673141
http://hg.mozilla.org/mozilla-central/rev/92c79828c98c
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
Assignee | ||
Updated•9 years ago
|
Component: ManifestParser → Mozbase
You need to log in
before you can comment on or make changes to this bug.
Description
•