diff --git a/doc/en/talks.rst b/doc/en/talks.rst index c4310b522..eef3f7e10 100644 --- a/doc/en/talks.rst +++ b/doc/en/talks.rst @@ -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 `_, `video in spanish `_) + Test parametrization: - `generating parametrized tests with fixtures`_.