Skip to content

Commit cbc7bd1

Browse files
authored
Introduce parameterized as a dev dependency (microsoft#11364)
Introduce parameterized as a dev dependency to allow for parameterized test cases. E.g. https://github.com/pytorch/text/blob/fae8e8cabf7adcbbc2f09c0520216288fd53f33b/test/datasets/test_sst2.py#L71-L86
1 parent 14a2b25 commit cbc7bd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ onnx
99
onnxmltools
1010
packaging
1111
pandas
12+
parameterized>=0.8.1
1213
protobuf
1314
pydocstyle[toml]
1415
pytest

0 commit comments

Comments
 (0)