def test_string_match(s):
			s.assertMatches(string_matching('^f'), 'boo', 'message')
Exemple #2
0
 def test_string_match(s):
     s.assertMatches(string_matching('^f'), 'boo', 'message')
		def test_string_match(s):
			s.assertMatches(string_matching('^f'), 'foo')
Exemple #4
0
 def test_string_match(s):
     s.assertMatches(string_matching('^f'), 'foo')