Closed akx closed 1 year ago
Down with unnecessary dependencies! 😁
py.test has a built-in monkeypatch fixture, and unittest.mock.patch can easily be used with a yielding fixture.
monkeypatch
unittest.mock.patch
Down with unnecessary dependencies! 😁
py.test has a built-in
monkeypatch
fixture, andunittest.mock.patch
can easily be used with a yielding fixture.