Run all tests for project
Hello everyone,
I use PyCharm 1.2 for my django project. I would like to know which is the correct way to run all tests (for all apps) for my project.
The folder structure is: django project root dir -> apps -> myApp -> tests (where tests for myApps reside). I can run my tests from the command line: python manage.py test, but I cannot find the way to do that in the IDE.
Any ideas?
Thank you.
Please sign in to leave a comment.
Hello Stathis,
Use the "Django tests" run configuration and leave the "Target" field empty.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"