Closed
Bug 1132476
Opened 10 years ago
Closed 9 years ago
Implement release sanity checks as unittests
Categories
(Release Engineering :: Release Automation, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1282959
People
(Reporter: massimo, Unassigned)
References
Details
It would be great to have release sanity checks performed as "unittets", for example, we could run:
tox -e release_sanity
l10n ........................ passed
configuration ............... FAILED
revision .................... passed
partials .................... passed
1) FAIL: test_configuration
Traceback (most recent call last):
...
AssertionError: False is not true
4 tests run in 20 seconds.
1 FAILED, 0 skipped (3 tests passed)
benefits:
* we can add more tests, just adding another file into the release_sanity test directory
* a less confusing output: no output from successful checks. Failed tests will print out the error message
Comment 1•10 years ago
|
||
This is great idea!
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•