#2879: [patch] Add live test server support to test framework
--------------------------------------------------------+-------------------
   Reporter:  Mikeal Rogers <[EMAIL PROTECTED]>  |                Owner:  
nobody          
     Status:  reopened                                  |            Component: 
 Unit test system
    Version:                                            |           Resolution: 
                 
   Keywords:                                            |                Stage: 
 Accepted        
  Has_patch:  1                                         |           Needs_docs: 
 0               
Needs_tests:  0                                         |   Needs_better_patch: 
 0               
--------------------------------------------------------+-------------------
Changes (by russellm):

  * status:  closed => reopened
  * resolution:  fixed =>

Comment:

 This is a little different to  ``manage.py testserver``. The testserver
 command is about getting a server that uses test data; this ticket is
 about starting a server during a test case so that a test case can poke
 AJAX-style methods, or write a view that in turn makes HTTP calls. This is
 needed if you are going to run Selenium-style tests, as the test case
 needs to interact with a live running server.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2879#comment:17>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to