コード例 #1
0
 def test_second():
     assert class_wrapped.method() == 'main'
コード例 #2
0
 def test_main():
     assert class_wrapped.method() == 'main method'
コード例 #3
0
 def test_first():
     assert class_wrapped.method() == 'main'