aboutsummaryrefslogtreecommitdiffstats
path: root/py.requirements/testing.txt
blob: e0ce5b8d50fe1f1aff6f274326ee44f663a4c8b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ============================================================================
# PYTHON PACKAGE REQUIREMENTS FOR: parse_type -- For testing only
# ============================================================================

pytest >= 4.2
pytest-html >= 1.16
pytest-cov
pytest-runner
# -- PYTHON 2.6 SUPPORT:
unittest2;    python_version <= '2.6'

tox   >= 2.8
coverage >= 4.4

# -- NEEDED-FOR: toxcmd.py
argparse