Re: LiveServerTestCase change in Django 1.11 means can't run functional tests against external server?

2016-11-02 Thread Andrew Wall
t;> $ python -m unittest discover -p 'test_functional_*.py' >>> >>> Unfortunately, you'll lose a lot of power in not being able to reuse >>> your form code, assert anything about the database state on the remote >>> server, access django assertion m

LiveServerTestCase change in Django 1.11 means can't run functional tests against external server?

2016-10-15 Thread Andrew Wall
Very much appreciate the Django framework. I noticed in the docs for Django 1.11 that the *DJANGO_LIVE_TEST_SERVER_ADDRESS* environmental variable is slated to be removed, along with the accompanying