How to mock my non injected dependencies coming from imports
I want to unit-test with pytest library and not unittests library.
But my class under test imports uses a non injected depepndency.
I want to unit-test with pytest library and not unittests library.
But my class under test imports uses a non injected depepndency.