I am trying this setup without success in VSCode with Python https://docs.pytest.org/en/latest/goodpractices.html#test-package-name
The tests are not recognized, but moreover the Python structure seems not to be be able to get one module (in C#: 'dll') into the test framework to have it mocked with inversion of control (IoC). Or I do not understand the structure... I want to mockup and then start coding, but not able to run a test so far. Help appreciated....
vscode setup