Disable default django tests
Hello Guys!
Huge thanks for your hard work on this wonder. I'm impressed with PyCharm.
It raises django productivity by times. That's great.
But i have a question about testing configuration. I've successufully created
django tests configuration and it works. But it also runs all my django and django-contrib tests.
So it takes time and i'm sure that django works :-) Is there any way to disable some tests?
Thanks,
Oleg
Please sign in to leave a comment.
Hello Oleg,
In the "Target" field, you can specify the name of the application for which
tests are run. If you specify the name of your app, this should exclude tests
for Django itself from running.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"