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