From c31abb117694f54e5b1b86d0d1d2f62ea33d05bf Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Wed, 31 Oct 2018 23:06:44 +0100 Subject: [PATCH 1/3] 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`_. From 0994829afeccbdc590deca3e93cccc2f10916712 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 31 Oct 2018 19:35:47 -0300 Subject: [PATCH 2/3] Move pytest talk to the start of the section --- doc/en/talks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/talks.rst b/doc/en/talks.rst index eef3f7e10..639c07287 100644 --- a/doc/en/talks.rst +++ b/doc/en/talks.rst @@ -23,6 +23,8 @@ Books Talks and blog postings --------------------------------------------- +- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides `_, `video in spanish `_) + - `Pythonic testing, Igor Starikov (Russian, PyNsk, November 2016) `_. @@ -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 `_, `video in spanish `_) - Test parametrization: - `generating parametrized tests with fixtures`_. From 9871d5ec2d41bd4df4cfb793dda543b3604628f3 Mon Sep 17 00:00:00 2001 From: Andreu Vallbona Plazas Date: Thu, 1 Nov 2018 01:24:18 +0100 Subject: [PATCH 3/3] Updated the talks.rst corrected the target name --- doc/en/talks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/talks.rst b/doc/en/talks.rst index 639c07287..aa1fb00e7 100644 --- a/doc/en/talks.rst +++ b/doc/en/talks.rst @@ -23,7 +23,7 @@ Books Talks and blog postings --------------------------------------------- -- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides `_, `video in spanish `_) +- pytest: recommendations, basic packages for testing in Python and Django, Andreu Vallbona, PyconES 2017 (`slides in english `_, `video in spanish `_) - `Pythonic testing, Igor Starikov (Russian, PyNsk, November 2016) `_.