mocking out imported objects in Python
Lets say there is a module headache
that defines an object that is then imported and used by code I want to test:
Cannot mock the method in dependency module correctly in Python
Here is my project structure
Why python testing always import the file in another module implicitly
Current I have two files in the same folder, in the source file I import the dlt module