#19941: Make running django's test suite easier
-------------------------------------+-------------------------------------
     Reporter:  akaariai             |                    Owner:  nobody
         Type:                       |                   Status:  new
  Cleanup/optimization               |                  Version:  master
    Component:  Testing framework    |               Resolution:
     Severity:  Normal               |             Triage Stage:  Ready for
     Keywords:                       |  checkin
    Has patch:  1                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  0                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Changes (by jezdez):

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


Comment:

 Reopening the sys.path.insert call makes the test setup differ from
 standard installation procedures. We've for a long time tried hard to move
 away from modifying the sys.path.

 As a background, by mangling the sys.path we risk missing import errors
 that happen when Django is installed with tools like pip. Instead we
 should promote the use of ``pip install -e path/to/django`` when
 developing Django.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/19941#comment:9>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.101795c07707c76a0408d496beef5fe6%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to