def test_try_import_returns_default(self): foo = importutils.try_import('foo.bar') self.assertIsNone(foo)