From 0994829afeccbdc590deca3e93cccc2f10916712 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 31 Oct 2018 19:35:47 -0300 Subject: [PATCH] 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`_.