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.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
11285
581b5b64b382 [tox] Put development dependencies into a dev-requirements.txt file
Denis Laxalde <denis.laxalde@logilab.fr>
parents:
diff changeset
     1
pytest
12569
c197f9382e53 Add pytest-subtests to dev requirements
Denis Laxalde <denis.laxalde@logilab.fr>
parents: 12070
diff changeset
     2
pytest-subtests