Ejemplo n.º 1
0
 def test_passedSpecifcation(self):
     registry = Registry.forTestCase(self, {})
     self.assertEqual(registry._patches, [])
Ejemplo n.º 2
0
 def test_forTestCase(self):
     self.assertEqual(len(Registry.forTestCase(self)._patches), 1)