コード例 #1
0
ファイル: mocktest_test.py プロジェクト: pombredanne/mocktest
		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
ファイル: mocktest_test.py プロジェクト: pombredanne/mocktest
		def test_string_match(s):
			s.assertMatches(string_matching('^f'), 'foo')
コード例 #4
0
 def test_string_match(s):
     s.assertMatches(string_matching('^f'), 'foo')