view dev_requirements.txt @ 6628:fa5788feed0f

tests: check returncode from executing external commands If a command fails, it could lead to undefined behavior, which lets tests fail without clear indication of the cause of the failures. Therefore, if not stated otherwise, check the return code.
author domruf <dominikruf@gmail.com>
date Thu, 27 Apr 2017 20:46:16 +0200
parents e1ab82613133
children d4e1692e25ab
line wrap: on
line source

babel >= 0.9.6, < 2.4
waitress >= 0.8.8, < 1.0
pytest ~= 3.0
pytest-runner
pytest-sugar>=0.7.0
pytest-catchlog
mock
sphinx
webtest < 3