Method summary
- setUp(self)
- tearDown(self)
- test_import_dotted_module(self)
- test_import_dotted_symbol(self)
- test_import_nested_symbol(self)
Methods
- setUp(self)
Prepares the test fixture before each test method is called.
- tearDown(self)
Called immediately after each test method has been called.
- test_import_dotted_module(self)
import dotted modulel
- test_import_dotted_symbol(self)
import dotted symbol
- test_import_nested_symbol(self)
import nested symbol