def test_dotty_type(self): # self.assertIsInstance(self.dotty, dict) self.assertIsInstance(self.dotty, Mapping) self.assertIsInstance(self.dotty, UserDict) self.assertIsInstance(self.dotty, Dotty)