Ejemplo n.º 1
0
 def test_that_never_changes(self):
     self.assertFalse(fakelib.noop())
Ejemplo n.º 2
0
 def test_that_will_be_changed_inside(self):
     self.assertEqual(1 + bool(fakelib.noop()), 1)