~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to tests/test_osextras.py

  • Committer: Colin Watson
  • Date: 2012-07-16 14:29:13 UTC
  • Revision ID: cjwatson@canonical.com-20120716142913-hh1qmfjejxa9dfyb
Make all Python code pass pep8(1), and add a test to enforce this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
from ubiquity import osextras
14
14
 
 
15
 
15
16
class OsextrasTests(unittest.TestCase):
16
17
    def setUp(self):
17
18
        self.temp_dir = tempfile.mkdtemp()