We have Django 1.6. For a somewhat obscure reason, I need to stop the testserver from within a test case. Any ideas? I would like a programmatic solution if possible. Finding a process and killing it (ps -ef., then grep, then kill) is bit of a hack, and may end up killing unintended processes.
Note that I want the testserver stopped for a small number of test cases. For the rest of them, the testserver should be running as it always does. Thanks, Arun -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/25640815-402a-46a7-9122-fa5c7994df3a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

