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