Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 99472

VSCode does not recognize unit test of pytest

$
0
0

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


Viewing all articles
Browse latest Browse all 99472

Trending Articles