mirror of
https://github.com/django/django.git
synced 2025-08-18 17:50:58 +00:00
[1.8.x] Updated Wikipedia links to use https
Backport of 64982cc2fb
from master.
This commit is contained in:
parent
293c5fcdcc
commit
cda66497aa
35 changed files with 62 additions and 62 deletions
|
@ -798,7 +798,7 @@ least as many as the number of potential parallel processes). For example:
|
|||
Then, during test execution, each new live test server will try every specified
|
||||
port until it finds one that is free and takes it.
|
||||
|
||||
.. _continuous integration: http://en.wikipedia.org/wiki/Continuous_integration
|
||||
.. _continuous integration: https://en.wikipedia.org/wiki/Continuous_integration
|
||||
|
||||
To demonstrate how to use ``LiveServerTestCase``, let's write a simple Selenium
|
||||
test. First of all, you need to install the `selenium package`_ into your
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue