Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
PEP8 fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Mar 3, 2012
1 parent aead455 commit dd80388
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions home_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
import base_page
import view_source_page


class HomePage(base_page.BasePage):

_page_title = 'MozillaWiki'
Expand Down
1 change: 1 addition & 0 deletions page.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from selenium.webdriver.support.ui import WebDriverWait
from unittestzero import Assert


class Page(object):

def __init__(self, testsetup):
Expand Down
1 change: 1 addition & 0 deletions test_view_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

import home_page


class TestViewSource:

def test_visitor_can_view_source(self, mozwebqa):
Expand Down
1 change: 1 addition & 0 deletions view_source_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

import base_page


class ViewSourcePage(base_page.BasePage):

_page_title = 'View source - MozillaWiki'
Expand Down

0 comments on commit dd80388

Please sign in to comment.