Merge lp://qastaging/~coreygoldberg/selenium-simple-test/remove-unittest2 into lp://qastaging/selenium-simple-test

Proposed by Corey Goldberg
Status: Merged
Approved by: Corey Goldberg
Approved revision: 381
Merged at revision: 381
Proposed branch: lp://qastaging/~coreygoldberg/selenium-simple-test/remove-unittest2
Merge into: lp://qastaging/selenium-simple-test
Diff against target: 120 lines (+8/-13)
7 files modified
README (+0/-2)
docs/index.rst (+1/-3)
requirements.txt (+0/-1)
src/sst/runtests.py (+1/-1)
src/sst/selftests/flags.py (+1/-1)
src/sst/tests/main.py (+2/-2)
src/sst/tests/test_runtests_get_suites.py (+3/-3)
To merge this branch: bzr merge lp://qastaging/~coreygoldberg/selenium-simple-test/remove-unittest2
Reviewer Review Type Date Requested Status
Leo Arias (community) code review Approve
Review via email: mp+159431@code.qastaging.launchpad.net

Commit message

switch to unittest from unittest2

Description of the change

this MP removes `unittest2` and switches to `unittest`.
we were using unittest2 for compatibility with python2.6... and we no longer support Py2.6 other places in the codebase.

removed from: requirements, docs, code.

all unit and acceptance tests updated and passing.

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) wrote :

+1

review: Approve (code review)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
The diff is not available at this time. You can reload the page or download it.

Subscribers

People subscribed via source and target branches