First time here? Check out the FAQ!

Revision history  [back]

viewing all tests of a project within the testing tool

Hello I am still unclear about how to get a complete view of all tests in my django project in the testing tool, and whether this is possible at all. I need to have 2 types of tests : 1. django tests which are run with manage.py test file name. I have configured these tests with a regex in the project properties. In the testing tool window they are displaid under the manage.py file 2. other tests which are not ran using manage.py and for which I need to use debug or exec of the file in the debug menu after having this file opened in the editor

What I would like is to be able to see all those tests in the testing tool window and their current status and also be able to run them from the testing tool window at least from the menu command run all tests. Could you confirm this is not possible or document how this can be done?

I thank you in advance

viewing all tests of a project within the testing tool

Hello I am still unclear about how to get a complete view of all tests in my django project in the testing tool, and whether this is possible at all. I need to have 2 types of tests : 1. django tests which are run with manage.py test file name. I have configured these tests with a regex in the project properties. In the testing tool window they are displaid under the manage.py file 2. other tests which are not ran using manage.py and for which I need to use debug or exec of the file in the debug menu after having this file opened in the editor

What I would like is to be able to see all those tests in the testing tool window and their current status and also be able to run them from the testing tool window at least from the menu command run all tests. Could you confirm this is not possible or document how this can be done?

I thank you in advance