I'm trying to run tests in Visual Studio Code written for Nose 2. Neither the unittest nor nosetests options in the Python extension seem to be able to discover the tests correctly.
The test cases live in a number of python files in a subdirectory a couple levels down from root, for example:
(root)/test_suite/test_cases/[test script files]
How do I get Visual Studio Code to discover these tests? I've used PyCharm with this project in the past and it has no problem with test discovery.