Skip to content

Commit cc0920c

Browse files
Merge pull request #1699 from nicoddemus/404-links-on-talks-docs
Fix links and removed 404 links from talks.rst
2 parents 067e044 + 8d39ce1 commit cc0920c

File tree

1 file changed

+9
-32
lines changed

1 file changed

+9
-32
lines changed

doc/en/talks.rst

Lines changed: 9 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ Talks and Tutorials
1111
Talks and blog postings
1212
---------------------------------------------
1313

14-
.. _`tutorial1 repository`: http://bitbucket.org/pytest-dev/pytest-tutorial1/
15-
.. _`pycon 2010 tutorial PDF`: http://bitbucket.org/pytest-dev/pytest-tutorial1/raw/tip/pytest-basic.pdf
16-
1714
- `pytest - Rapid Simple Testing, Florian Bruhin, Swiss Python Summit 2016
1815
<https://www.youtube.com/watch?v=rCBHkQ_LVIs>`_.
1916

@@ -52,12 +49,14 @@ Talks and blog postings
5249
- `pytest introduction from Brian Okken (January 2013)
5350
<http://pythontesting.net/framework/pytest-introduction/>`_
5451

55-
- `monkey patching done right`_ (blog post, consult `monkeypatch
56-
plugin`_ for up-to-date API)
52+
- pycon australia 2012 pytest talk from Brianna Laugher (`video <http://www.youtube.com/watch?v=DTNejE9EraI>`_, `slides <http://www.slideshare.net/pfctdayelise/funcargs-other-fun-with-pytest>`_, `code <https://gist.github.com/3386951>`_)
53+
- `pycon 2012 US talk video from Holger Krekel <http://www.youtube.com/watch?v=9LVqBQcFmyw>`_
54+
55+
- `monkey patching done right`_ (blog post, consult `monkeypatch plugin`_ for up-to-date API)
5756

5857
Test parametrization:
5958

60-
- `generating parametrized tests with funcargs`_ (uses deprecated ``addcall()`` API.
59+
- `generating parametrized tests with fixtures`_.
6160
- `test generators and cached setup`_
6261
- `parametrizing tests, generalized`_ (blog post)
6362
- `putting test-hooks into local or global plugins`_ (blog post)
@@ -78,39 +77,17 @@ Plugin specific examples:
7877
- `many examples in the docs for plugins`_
7978

8079
.. _`skipping slow tests by default in pytest`: http://bruynooghe.blogspot.com/2009/12/skipping-slow-test-by-default-in-pytest.html
81-
.. _`many examples in the docs for plugins`: plugin/index.html
82-
.. _`monkeypatch plugin`: plugin/monkeypatch.html
83-
.. _`application setup in test functions with funcargs`: funcargs.html#appsetup
80+
.. _`many examples in the docs for plugins`: plugins.html
81+
.. _`monkeypatch plugin`: monkeypatch.html
82+
.. _`application setup in test functions with fixtures`: fixture.html#interdependent-fixtures
8483
.. _`simultaneously test your code on all platforms`: http://tetamap.wordpress.com/2009/03/23/new-simultanously-test-your-code-on-all-platforms/
8584
.. _`monkey patching done right`: http://tetamap.wordpress.com/2009/03/03/monkeypatching-in-unit-tests-done-right/
8685
.. _`putting test-hooks into local or global plugins`: http://tetamap.wordpress.com/2009/05/14/putting-test-hooks-into-local-and-global-plugins/
8786
.. _`parametrizing tests, generalized`: http://tetamap.wordpress.com/2009/05/13/parametrizing-python-tests-generalized/
88-
.. _`generating parametrized tests with funcargs`: funcargs.html#test-generators
87+
.. _`generating parametrized tests with fixtures`: parametrize.html#test-generators
8988
.. _`test generators and cached setup`: http://bruynooghe.blogspot.com/2010/06/pytest-test-generators-and-cached-setup.html
9089

91-
Older conference talks and tutorials
92-
----------------------------------------
93-
94-
- `pycon australia 2012 pytest talk from Brianna Laugher
95-
<http://2012.pycon-au.org/schedule/52/view_talk?day=sunday>`_ (`video <http://www.youtube.com/watch?v=DTNejE9EraI>`_, `slides <http://www.slideshare.net/pfctdayelise/funcargs-other-fun-with-pytest>`_, `code <https://gist.github.com/3386951>`_)
96-
- `pycon 2012 US talk video from Holger Krekel <http://www.youtube.com/watch?v=9LVqBQcFmyw>`_
97-
- `pycon 2010 tutorial PDF`_ and `tutorial1 repository`_
98-
99-
- `ep2009-rapidtesting.pdf`_ tutorial slides (July 2009):
100-
101-
- testing terminology
102-
- basic pytest usage, file system layout
103-
- test function arguments (funcargs_) and test fixtures
104-
- existing plugins
105-
- distributed testing
10690

107-
- `ep2009-pytest.pdf`_ 60 minute pytest talk, highlighting unique features and a roadmap (July 2009)
10891

109-
- `pycon2009-pytest-introduction.zip`_ slides and files, extended version of pytest basic introduction, discusses more options, also introduces old-style xUnit setup, looponfailing and other features.
11092

111-
- `pycon2009-pytest-advanced.pdf`_ contain a slightly older version of funcargs and distributed testing, compared to the EuroPython 2009 slides.
11293

113-
.. _`ep2009-rapidtesting.pdf`: http://codespeak.net/download/py/ep2009-rapidtesting.pdf
114-
.. _`ep2009-pytest.pdf`: http://codespeak.net/download/py/ep2009-pytest.pdf
115-
.. _`pycon2009-pytest-introduction.zip`: http://codespeak.net/download/py/pycon2009-pytest-introduction.zip
116-
.. _`pycon2009-pytest-advanced.pdf`: http://codespeak.net/download/py/pycon2009-pytest-advanced.pdf

0 commit comments

Comments
 (0)