https://dagster.io/ logo
#random
Title
a

Andy Chen

01/13/2022, 10:29 PM
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

Noah K

01/13/2022, 10:38 PM
Normal stdlib mock has been all I need outside of special case stuff like respx
m

mrdavidlaing

01/14/2022, 8:25 AM
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?