Skip to content

Commit 938b46c

Browse files
Unittests more rugged
1 parent e36e931 commit 938b46c

File tree

3 files changed

+394
-262
lines changed

3 files changed

+394
-262
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,18 @@ dev = [
4646
"ruff>=0.10,<1.0",
4747
]
4848
test = [
49-
"tomli_w>=1.2,<1.3",
49+
"deepdiff>=8.0,<9.0",
5050
"jsondiff>=2.2,<2.3",
5151
"hypothesis>=6.0.0,<7",
52+
"parameterized>=0.9.0,<0.10",
5253
"pytest>=8.0.0,<9.0.0",
5354
"pytest-cov>=5.0.0,<6.0.0",
5455
"pytest-dotenv>=0.5.0,<1.0.0",
5556
"pytest-env>=1.1.3,<2.0.0",
5657
"pytest-mock>=3.14.0,<4.0.0",
5758
"pytest-runner>=6.0.0,<7.0.0",
5859
"pytest-ordering>=0.6,<1.0.0",
59-
"parameterized>=0.9.0,<0.10",
60+
"tomli_w>=1.2,<1.3",
6061
]
6162

6263
[project.scripts]

0 commit comments

Comments
 (0)