mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Updated Wikipedia links to use https
This commit is contained in:
parent
18f3d4c1bd
commit
64982cc2fb
38 changed files with 66 additions and 66 deletions
|
@ -849,7 +849,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