Пример #1
0
 def test_single_step_mutant(self):
     bs = Bitstring("00")
     mutant = bs.single_step_mutant()
     self.assertNotEqual(bs, mutant)
 def test_single_step_mutant(self):
     bs = Bitstring("00")
     mutant = bs.single_step_mutant()
     self.assertNotEqual(bs, mutant)