Skip to content

Commit 43005fd

Browse files
CharStringsvenvandescheur
authored andcommitted
➕ [#177] chore: Add hypothesis test dependency
1 parent eee5ef9 commit 43005fd

File tree

5 files changed

+29
-1
lines changed

5 files changed

+29
-1
lines changed

backend/requirements/ci.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ attrs==25.3.0
3434
# -r requirements/base.txt
3535
# -r requirements/type-checking.txt
3636
# glom
37+
# hypothesis
3738
# jsonschema
3839
# referencing
3940
babel==2.17.0
@@ -297,6 +298,10 @@ glom==24.11.0
297298
# -r requirements/base.txt
298299
# -r requirements/type-checking.txt
299300
# mozilla-django-oidc-db
301+
hypothesis==6.138.13
302+
# via
303+
# -r requirements/test-tools.in
304+
# -r requirements/type-checking.txt
300305
idna==3.10
301306
# via
302307
# -c requirements/base.txt
@@ -558,6 +563,10 @@ six==1.17.0
558563
# python-dateutil
559564
snowballstemmer==2.2.0
560565
# via sphinx
566+
sortedcontainers==2.4.0
567+
# via
568+
# -r requirements/type-checking.txt
569+
# hypothesis
561570
soupsieve==2.6
562571
# via beautifulsoup4
563572
sphinx==8.2.3

backend/requirements/dev.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ attrs==25.3.0
4242
# -r requirements/ci.txt
4343
# -r requirements/type-checking.txt
4444
# glom
45+
# hypothesis
4546
# jsonschema
4647
# referencing
4748
babel==2.17.0
@@ -374,6 +375,11 @@ httpx==0.28.1
374375
# -r requirements/dev.in
375376
# bump-my-version
376377
# datamodel-code-generator
378+
hypothesis==6.138.13
379+
# via
380+
# -c requirements/ci.txt
381+
# -r requirements/ci.txt
382+
# -r requirements/type-checking.txt
377383
idna==3.10
378384
# via
379385
# -c requirements/ci.txt
@@ -716,6 +722,12 @@ snowballstemmer==2.2.0
716722
# -c requirements/ci.txt
717723
# -r requirements/ci.txt
718724
# sphinx
725+
sortedcontainers==2.4.0
726+
# via
727+
# -c requirements/ci.txt
728+
# -r requirements/ci.txt
729+
# -r requirements/type-checking.txt
730+
# hypothesis
719731
soupsieve==2.6
720732
# via
721733
# -c requirements/ci.txt

backend/requirements/test-tools.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ django-webtest
88
factory-boy
99
freezegun
1010
pyquery # integrates with webtest
11-
requests-mock
11+
requests-mock # required by zgw_consumers.test.factories
1212
tblib
1313
maykin-common[vcr]
14+
hypothesis
1415

1516
# For documentation
1617
pytest

backend/requirements/type-checking.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33
django-stubs
44
djangorestframework-stubs
5+
hypothesis
56
maykin-common[vcr]

backend/requirements/type-checking.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ attrs==25.3.0
2222
# via
2323
# -r requirements/base.txt
2424
# glom
25+
# hypothesis
2526
# jsonschema
2627
# referencing
2728
boltons==25.0.0
@@ -185,6 +186,8 @@ glom==24.11.0
185186
# via
186187
# -r requirements/base.txt
187188
# mozilla-django-oidc-db
189+
hypothesis==6.138.13
190+
# via -r requirements/type-checking.in
188191
idna==3.10
189192
# via
190193
# -r requirements/base.txt
@@ -332,6 +335,8 @@ six==1.17.0
332335
# furl
333336
# orderedmultidict
334337
# python-dateutil
338+
sortedcontainers==2.4.0
339+
# via hypothesis
335340
sqlparse==0.5.3
336341
# via
337342
# -r requirements/base.txt

0 commit comments

Comments
 (0)