Ejemplo n.º 1
0
		def test_string_match(s):
			s.assertMatches(string_matching('^f'), 'boo', 'message')
Ejemplo n.º 2
0
 def test_string_match(s):
     s.assertMatches(string_matching('^f'), 'boo', 'message')
Ejemplo n.º 3
0
		def test_string_match(s):
			s.assertMatches(string_matching('^f'), 'foo')
Ejemplo n.º 4
0
 def test_string_match(s):
     s.assertMatches(string_matching('^f'), 'foo')