~nskaggs/help-app/functional-test-template

« back to all changes in this revision

Viewing changes to internals/tests/functional/help_app/tests/__init__.py

  • Committer: nskaggs
  • Date: 2015-05-26 21:09:07 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20150526210907-f78wglw1mt83xv37
flake8 happiness

Show diffs side-by-side

added added

removed removed

Lines of Context:
102
102
        self.assertThat(
103
103
            lambda: webview.url,
104
104
            Eventually(EndsWith("/index.html")))
105