view dev_requirements.txt @ 7170:28317fc212f4

tests: issues: use urlify_text wrapper rather than urlify_issues directly urlify_text is a wrapper around different kinds of urlification methods. The other tests for urlification use that wrapper, while the new urlify_issues tests introduced in commit b43e77fa50dd used urlify_issues directly. By itself this is not a real problem, but it does not allow to detect the interplay between different urlification issues. For example, an issue pattern normally detecting #123 conflicts with the escaping of an apostrophe ' into ' . Some new tests exposing this problem are added.
author Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
date Wed, 14 Feb 2018 08:32:19 +0100
parents 5ab31ff3011f
children 9ec1d2ac4529
line wrap: on
line source

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