# HG changeset patch # User Denis Laxalde # Date 1554459543 -7200 # Node ID c197f9382e5344e3112ca6fb1ea418ac6f3254bf # Parent fc45f22c810062f37c5fe3cf6e77f6668d6d6271 Add pytest-subtests to dev requirements This pytest plugin adds support for unittest's TestCase.subTest (for Python >= 3.4). Since we we now only support python3 and since we use a fair amount of these, let's benefit of better reporting by using this plugin. diff -r fc45f22c8100 -r c197f9382e53 requirements/dev.txt --- a/requirements/dev.txt Tue Mar 26 16:22:31 2019 +0100 +++ b/requirements/dev.txt Fri Apr 05 12:19:03 2019 +0200 @@ -1,1 +1,2 @@ pytest +pytest-subtests