has anyone here used pytest-mockito? and what do y...
# random
a
has anyone here used pytest-mockito? and what do you think?
if not, would love to know what your testing stack is. pytest, pytest-mock, or just using native python unittest
n
Normal stdlib mock has been all I need outside of special case stuff like respx
m
pytest, pytest-spec, SQLite (in memory) and VCR.py for me. I haven't found myself needing to mock; thanks to Dagster’s resource system. What are you mocking?