First time here? Check out the FAQ!

Revision history  [back]

django project : different ways to launch the debugger

Hello

I would like to make unique the way to launch debug test files whether they need unittest or Django test . For django test files, if I click on the green arrow and for unittest files I create a launch configuration associated to the file.

I cannot succeed in creating a launch configuration for a django test file that would not use the main entry point of the green arrow. I enter as run arguments manage.py test the name of the test file and in environment I select add to project values and set my own environment variables. This produces an error because the apps are not completely configured. What is wrong?

django project : different ways to launch the debugger

Hello

I would like to make unique the way to launch debug test files whether they need unittest or Django test . For django test files, if I click on the green arrow and for unittest files I create a launch configuration associated to the file.

I cannot succeed in creating a launch configuration for a django test file that would not use the main entry point of the green arrow. I enter as run arguments manage.py test the name of the test file and in environment I select add to project values and set my own environment variables. This produces an error because the apps are not completely configured. What is wrong?

django project : different ways to launch the debugger

Hello

I would like to make unique the way to launch debug test files whether they need unittest or Django test . For django test files, if I click on the green arrow and for unittest files I create a launch configuration associated to the file.

I cannot succeed in creating a launch configuration for a django test file that would not use the main entry point of the green arrow. I enter as run arguments manage.py test the name of the test file and in environment I select add to project values and set my own environment variables. This produces an error because the apps are not completely configured. What is wrong?