示例#1
0
    def test_dot(self):
        import silk.utils

        parent = _get_parent_module(silk.utils)
        self.assertEqual(parent, silk)
    def test_dot(self):
        import silk.utils

        parent = _get_parent_module(silk.utils)
        self.assertEqual(parent, silk)
示例#3
0
 def test_singular(self):
     parent = _get_parent_module(silk)
     self.assertIsInstance(parent, dict)
 def test_singular(self):
     parent = _get_parent_module(silk)
     self.assertIsInstance(parent, dict)