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