Skip to content
Snippets Groups Projects
Commit 899e60be authored by Jason Robinson's avatar Jason Robinson
Browse files

Add parameterized Python module to test dependencies


Allows running parameterized tests. BSD license.

Signed-off-by: default avatarJason Robinson <jasonr@matrix.org>
parent ab97b6e3
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ CONDITIONAL_REQUIREMENTS = { ...@@ -81,7 +81,7 @@ CONDITIONAL_REQUIREMENTS = {
"saml2": ["pysaml2>=4.5.0"], "saml2": ["pysaml2>=4.5.0"],
"url_preview": ["lxml>=3.5.0"], "url_preview": ["lxml>=3.5.0"],
"test": ["mock>=2.0"], "test": ["mock>=2.0", "parameterized"],
} }
......
...@@ -8,6 +8,7 @@ deps = ...@@ -8,6 +8,7 @@ deps =
python-subunit python-subunit
junitxml junitxml
coverage coverage
parameterized
# cyptography 2.2 requires setuptools >= 18.5 # cyptography 2.2 requires setuptools >= 18.5
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment