예제 #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')