requirements/dev.txt
author Denis Laxalde <denis.laxalde@logilab.fr>
Fri, 05 Apr 2019 12:19:03 +0200
changeset 12569 c197f9382e53
parent 12070 a44f67dd0474
permissions -rw-r--r--
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.

pytest
pytest-subtests