コード例 #1
0
ファイル: ex47_tests.py プロジェクト: sziter/projects
def test_second():
	testclass = myclass()
	testclass.print_in_in('HALLO')
コード例 #2
0
ファイル: ex47_tests.py プロジェクト: sziter/projects
def test_first():
	testclass = myclass()
	testclass.print_in('HALLO')