test.support.import_module(name, deprecated=False)
This function imports and returns the named module. Unlike a normal import, this function raises unittest.SkipTest if the module cannot be imported.
Module and package deprecation messages are suppressed during this import if deprecated is True.
New in version 3.1.
Please login to continue.