Move pytest talk to the start of the section

This commit is contained in:
Bruno Oliveira 2018-10-31 19:35:47 -03:00 committed by GitHub
parent c31abb1176
commit 0994829afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -23,6 +23,8 @@ Books
Talks and blog postings
---------------------------------------------
- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides <http://talks.apsl.io/testing-pycones-2017/>`_, `video in spanish <https://www.youtube.com/watch?v=K20GeR-lXDk>`_)
- `Pythonic testing, Igor Starikov (Russian, PyNsk, November 2016)
<https://www.youtube.com/watch?v=_92nfdd5nK8>`_.
@ -69,8 +71,6 @@ Talks and blog postings
- `monkey patching done right`_ (blog post, consult `monkeypatch plugin`_ for up-to-date API)
- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides <http://talks.apsl.io/testing-pycones-2017/>`_, `video in spanish <https://www.youtube.com/watch?v=K20GeR-lXDk>`_)
Test parametrization:
- `generating parametrized tests with fixtures`_.