Exemplo n.º 1
0
 def test_parent (self):
   assert registry.parent (TEST_KEY + r"\winsys2") == registry.registry (TEST_KEY)
Exemplo n.º 2
0
 def test_parent(self):
     self.assertEqual(registry.parent(TEST_KEY + r"\winsys2"), registry.registry(TEST_KEY))
Exemplo n.º 3
0
 def test_parent(self):
     self.assertEqual(registry.parent(TEST_KEY + r"\winsys2"),
                      registry.registry(TEST_KEY))
Exemplo n.º 4
0
 def test_parent (self):
   assert registry.parent (TEST_KEY + r"\winsys2") == registry.registry (TEST_KEY)