Exemplo n.º 1
0
 def test_allowed_update_should_not_match_invalid(self):
     strategy = BlueGreen()
     match = strategy.allowed_update()
     matcher = 'anything, really, nothing will match'
     assert_equals(match.match(matcher), None)