First time here? Check out the FAQ!

Revision history  [back]

You should be able to mix and match testing runners in the Testing tool. Sounds like you have manage.py set up already so it should just be a question of adding the other files also to the Testing tool, either via regex/etc in the Testing tab of Project Properties or by Add Current File in the Testing menu. Then right-click on each of those files and in their File Properties set the Test Framework in the Testing tab for that file to the correct one (not Django). Then all the files should appear in Testing and be run with the right testing runner.

Please let me know if this does not help.

You should be able to mix and match testing runners in the Testing tool. Sounds like you have manage.py set up already so it should just be a question of adding the other files also to the Testing tool, either via regex/etc in the Testing tab of Project Properties or by Add Current File in the Testing menu. Then right-click on each of those files and in their File Properties set the Test Framework in the Testing tab for that file to the correct one (not Django). Then all the files should appear in Testing and be run with the right testing runner.

Please let me know if this does not help.