From c31abb117694f54e5b1b86d0d1d2f62ea33d05bf Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Wed, 31 Oct 2018 23:06:44 +0100 Subject: [PATCH] Update talks.rst Added the slides of a PyconES 2017 talk about pytest and its plugins ecosystem. --- doc/en/talks.rst | 2 ++ 1 file changed, 2 insertions(+) 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`_.