Revision history  [back]

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?