#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):

 To save you some time, here's how to run the few admin tests that have
 been written so far:

 {{{
 ./runtests.py --settings=test_sqlite
 admin_widgets.AdminWidgetsSeleniumTests
 ./runtests.py --settings=test_sqlite
 admin_inlines.AdminInlinesSeleniumTests.test_add_inlines
 ./runtests.py --settings=test_sqlite
 admin_inlines.AdminInlinesSeleniumTests.test_delete_inlines
 }}}

-- 
Ticket URL: <https://code.djangoproject.com/ticket/2879#comment:58>
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