Exemplo n.º 1
0
    def test_ready__not_defined(self, target_simple: ExtensionDetail):
        target_simple.ready()

        assert target_simple.extension.ready_called is False
Exemplo n.º 2
0
    def test_ready(self, target: ExtensionDetail):
        target.ready()

        assert target.extension.ready_called is True