Update talks.rst

Added the slides of a PyconES 2017 talk about pytest and its plugins ecosystem.
This commit is contained in:
Andreu Vallbona Plazas 2018-10-31 23:06:44 +01:00 committed by GitHub
parent 0fea71a4f5
commit c31abb1176
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,8 @@ 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`_.