From e466a87bb082ea5f7377f84038322e9bc8fba789 Mon Sep 17 00:00:00 2001 From: Kojo Idrissa Date: Fri, 25 Feb 2022 16:13:23 -0600 Subject: [PATCH] Add the latest book edition of 'Python Testing with pytest' --- AUTHORS | 1 + doc/en/talks.rst | 3 +++ 2 files changed, 4 insertions(+) diff --git a/AUTHORS b/AUTHORS index 9413f9c2e74..2b6ca66de7a 100644 --- a/AUTHORS +++ b/AUTHORS @@ -187,6 +187,7 @@ Kevin Cox Kevin J. Foley Kian-Meng Ang Kodi B. Arfer +Kojo Idrissa Kostis Anagnostopoulos Kristoffer Nordström Kyle Altendorf diff --git a/doc/en/talks.rst b/doc/en/talks.rst index 6843c82bab5..0b195960ab2 100644 --- a/doc/en/talks.rst +++ b/doc/en/talks.rst @@ -11,6 +11,9 @@ Books - `Python Testing with pytest, by Brian Okken (2017) `_. +- `Python Testing with pytest, Second Edition, by Brian Okken (2022) + `_. + Talks and blog postings ---------------------------------------------