using Testing Tool to run tests with django testrunner
Hello To test some modules I need to use the django test runner as describes here: https://docs.djangoproject.com/en/5.0/t… Using the Django test runner to test reusable applications¶
I added the runtests.py module in the testing tool but when I click on runtests it shows : could not read any output from test runner. I would like to be able to use the testing tool to run or debug the testCase one by one.
I thank yu in advance for your haelp.
Comments