From 70bcd1fb7bb45bbbc896fdc1550a095049d077df Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Wed, 17 May 2017 17:17:19 -0300 Subject: [PATCH] Add a reference to Python testing book to talks docs --- doc/en/talks.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/en/talks.rst b/doc/en/talks.rst index 85faf6455..f20f9450e 100644 --- a/doc/en/talks.rst +++ b/doc/en/talks.rst @@ -10,6 +10,12 @@ Talks and Tutorials .. _`funcargs`: funcargs.html +Books +--------------------------------------------- + +- `Python Testing with pytest, by Brian Okken (2017) + `_. + Talks and blog postings ---------------------------------------------