dimanche 4 août 2019

Run all Django tests

I have this project structure

Structure

when I run

python manage.py test --settings=backend.settings.bitbucket

Only tests in backend/core/tests are run.

When I run

python manage.py test backend.apps.sar --settings=backend.settings.bitbucket

Or move the files to backend/core/tests, everything works fine... How can I run all the tests at once?

Aucun commentaire:

Enregistrer un commentaire