How to launch the testing tool on only a subset of django tests

  • retag add tags

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?

piscvau's avatar
621
piscvau
asked 2025-10-29 17:05:27 -0500
edit flag offensive 0 remove flag close merge delete

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.

Wingware Support's avatar Wingware Support (2025-10-30 06:29:27 -0500) edit
add a comment see more comments