Merge ~iconstantin/qa-regression-testing:master into qa-regression-testing:master
Proposed by
Ian Constantin
Status: | Needs review |
---|---|
Proposed branch: | ~iconstantin/qa-regression-testing:master |
Merge into: | qa-regression-testing:master |
Diff against target: |
126 lines (+92/-2) 4 files modified
scripts/test-python3.10.py (+45/-0) scripts/test-python3.6.py (+1/-1) scripts/test-python3.7.py (+1/-1) scripts/test-python3.9.py (+45/-0) |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Alex Murray | Approve | ||
Review via email: mp+412549@code.staging.launchpad.net |
Commit message
Added qa scripts for python 3.9-10 and made small changes to the descriptions test-python3.
Description of the change
This merge request ~~
Creates:
> test-python3.9.py
> test-python3.10.py
Both of these being identical to the already existing scripts that set their respective version of Python and then call test-python.py
Changes:
> test-python3.6.py
> test-python3.7.py
Updating the headers/
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
LGTM although I don't love the copy-pasta to all these test-python3.X.py files - could these instead be symlinks to one primary test-python-x.y.py which sets PYTHON based on the value of argv[0]?