コード例 #1
0
ファイル: sample_spec.py プロジェクト: jeffh/describe
 def it_should_work_with_expectations(self):
     m = Mock()
     m.expects.foobar().called()
     # should error line below is not called
     m.foobar()