コード例 #1
0
ファイル: test_ditto.py プロジェクト: ironport/ditto
    def setUp(self):

        default_context.retire_all_expectations()

        self.mock_of_thing = Mock(ThingToMock)
        self.other_mock_of_thing = Mock(ThingToMock)
        self.mock_of_other_thing = Mock(OtherThingToMock)
コード例 #2
0
ファイル: test_ditto.py プロジェクト: ironport/ditto
 def setUp(self):
     default_context.retire_all_expectations()