Add parameterized Python module to test dependencies
Allows running parameterized tests. BSD license. Signed-off-by: Jason Robinson <jasonr@matrix.org>
This commit is contained in:
@@ -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"],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user