#2879: Add live test server support to test framework
-------------------------------------+-------------------------------------
     Reporter:  Mikeal Rogers        |                    Owner:  devin
  <mikeal@…>                         |                   Status:  new
         Type:  New feature          |                  Version:
    Component:  Testing framework    |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:                       |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by julien):

 One idea that's been brought up on IRC is to keep the minimal amount of
 code necessary to run the admin tests (i.e. `SeleniumTestCase`) in
 `contrib.admin.tests._selenium`, or something like that. The idea is to
 not create another contrib app, and to not bless Selenium as Django's
 official in-browser testing framework.

 `LiveServerTestCase` would obviously remain in core (in `django.test`) to
 allow third-party apps to provide support for Selenium, Windmill, etc.

 As far as the documentation is concerned, some notes would be needed in
 the contributing docs so that people know how to run the admin Selenium
 tests. For the general case, a tutorial on how to write
 Selenium/Windmill/etc. tests for a Django app or project could also be
 considered for inclusion.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/2879#comment:71>
Django <https://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 django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to