~rsalveti/linaro-image-tools/generic-hwpack-oe

« back to all changes in this revision

Viewing changes to linaro_image_tools/media_create/tests/__init__.py

  • Committer: Loïc Minier
  • Date: 2012-06-08 08:23:11 UTC
  • mfrom: (523.1.14 pep8-fixes)
  • Revision ID: loic.minier@linaro.org-20120608082311-7zp7ohswi8crydz9
Merge lp:~lool/linaro-image-tools/pep8-fixes; PEP8 test and compliance fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import unittest
2
2
 
 
3
 
3
4
def test_suite():
4
5
    module_names = ['linaro_image_tools.media_create.tests.test_media_create',
5
6
                   ]