Example #1
0
    def test_additionMethod(self):
        app = Application()
        app.settings = {
            'additionMethod': self.generateMock('name')[1]
        }

        app.additionMethod()
        self.assertMock('name', app)