samedi 23 avril 2016

Mocking decorators in python with mock and pytest

How to patch my custom decorator with monkeypatch or pytest.mock? i manage to mock it by doing (answer to this question):

package.decorator = mytestdecorator

The problem is that it breaks some other tests where i actually need that decorator to work.

Aucun commentaire:

Enregistrer un commentaire