Hello,

Does anyone here use PyCharm to hack on django? How do you run the unit 
tests? Specifically, PyCharm has its own runner and django has it's own 
runner in tests/runtests.py.

It appears that the main thing I need from runtests.py is the settings. Is 
there a good way to extract the necessary things from runtests.py into a 
custom settings file so that the django tests could be run without 
runtests.py (and instead with an IDE)?

My goal is to be able to click on specific tests in the PyCharm IDE and 
either run or debug them.

Thank you,

 Lex

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/73a3a834-20be-441e-941d-b359eb67f03a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to