3
from udd.scripts import mass_import
6
class TestImporter(tests.TestCaseWithConfig):
8
def test_expanded_import_command(self):
9
imp = mass_import.Importer(mass_import.create_logger(), 'foo', '12',
10
_command='import-package {package}')
11
self.assertEquals(['import-package', 'foo'], imp.args)