How to launch the testing tool on only a subset of django tests
I need to launch the test runner on a subset of my django tests. In the project properties in the testing tab , in the environment I have the following arguments: test
yet the testing tool shows all the results of other tests.
what I am doing wrong?
Comments
Could you run all the tests once and then select the subset to run & use run tests? Wing can only discover the tests when they are run so you need to run them all to populate the tree in the testing tool.