Merge lp://qastaging/~vila/selenium-simple-test/no-more-useless-import-for-selftest into lp://qastaging/selenium-simple-test

Proposed by Vincent Ladeuil
Status: Merged
Approved by: Leo Arias
Approved revision: 393
Merged at revision: 393
Proposed branch: lp://qastaging/~vila/selenium-simple-test/no-more-useless-import-for-selftest
Merge into: lp://qastaging/selenium-simple-test
Diff against target: 41 lines (+9/-9)
1 file modified
src/sst/tests/test_selftest.py (+9/-9)
To merge this branch: bzr merge lp://qastaging/~vila/selenium-simple-test/no-more-useless-import-for-selftest
Reviewer Review Type Date Requested Status
Leo Arias (community) code review Approve
Review via email: mp+160439@code.qastaging.launchpad.net

Commit message

Fix useless imports in test_selftest.py

Description of the change

Finally understood what was going on with these mysterious imports.

Basically unittest loader behaves strangely and will automatically import the required modules or not depending on how the initial call is done.

As far as the tests are concerned, this doesn't really matter.

This fixes the last flake warning.

To post a comment you must log in.
Revision history for this message
Leo Arias (elopio) :
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