~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to tests/test_install_misc.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:
7
7
 
8
8
from ubiquity import install_misc
9
9
 
 
10
 
10
11
class InstallMiscTests(unittest.TestCase):
11
12
    def setUp(self):
12
13
        self.source = tempfile.mkdtemp()