adieyal / dynamicprompts

Templating language for generating prompts for text to image generators such as Stable Diffusion
MIT License
124 stars 20 forks source link

Drop pytest-mock in favor of standard library #88

Closed akx closed 1 year ago

akx commented 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.