~nick-dedekind/ubuntu-ui-toolkit/prevent-slider-mouse-stealing

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/gallery/test_buttons.py

  • Committer: Leonardo Arias Fonseca
  • Date: 2015-04-14 21:02:06 UTC
  • mto: (1000.471.4 staging)
  • mto: This revision was merged to the branch mainline in revision 1178.
  • Revision ID: leo.arias@canonical.com-20150414210206-mdnp0ul72iqnj089
Removed python2 support from autopilot tests and helpers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
    def setUp(self):
57
57
        # Reset the locale to English
58
58
        os.environ['LANGUAGE'] = 'en'
59
 
        super(ButtonsTestCase, self).setUp()
 
59
        super().setUp()
60
60
 
61
61
    def test_buttons(self):
62
62
        self.open_page('buttonsElement')