Add pytest-subtests to dev requirements
authorDenis Laxalde <denis.laxalde@logilab.fr>
Fri, 05 Apr 2019 12:19:03 +0200
changeset 12569 c197f9382e53
parent 12568 fc45f22c8100
child 12570 82bf85157b53
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.
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