You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Talks, articles and blog posts
13
13
14
14
* Talk from DjangoCon Europe 2014: `pytest: helps you write better Django apps, by Andreas Pelme <https://www.youtube.com/watch?v=aaArYVh6XSM>`_
15
15
16
-
* Talk from EuroPython 2013: `Testing Django application with pytest, by Andreas Pelme <http://www.youtube.com/watch?v=aUf8Fkb7TaY>`_
16
+
* Talk from EuroPython 2013: `Testing Django application with pytest, by Andreas Pelme <https://www.youtube.com/watch?v=aUf8Fkb7TaY>`_
17
17
18
-
* Three part blog post tutorial (part 3 mentions Django integration): `pytest: no-boilerplate testing, by Daniel Greenfeld <http://pydanny.com/pytest-no-boilerplate-testing.html>`_
18
+
* Three part blog post tutorial (part 3 mentions Django integration): `pytest: no-boilerplate testing, by Daniel Greenfeld <https://daniel.feldroy.com/pytest-no-boilerplate-testing.html>`_
19
19
20
20
* Blog post: `Django Projects to Django Apps: Converting the Unit Tests, by
21
21
John Costa
@@ -28,7 +28,7 @@ Step 1: Installation
28
28
--------------------
29
29
30
30
pytest-django can be obtained directly from `PyPI
31
-
<http://pypi.python.org/pypi/pytest-django>`_, and can be installed with
31
+
<https://pypi.python.org/pypi/pytest-django>`_, and can be installed with
0 commit comments