Skip to content

Commit 68a72db

Browse files
committed
Add pytest-cases development dependency
The addition of pytest-cases allows for greater control over how to implement test cases that uses different file contents for each test case.
1 parent bb62c21 commit 68a72db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ black ~= 23.1
22
isort ~= 5.12
33
mypy ~= 1.0
44
pytest ~= 7.4
5+
pytest-cases ~= 3.6
56
pytest-order ~= 1.1
67
pytest-xdist ~= 3.3

0 commit comments

Comments
 (0)