Skip to content

Commit

Permalink
[#66] use commonground-api-common[testutils] for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Nov 26, 2024
1 parent 953f468 commit ce7c924
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
12 changes: 10 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ click-repl==0.3.0
# celery
codecov==2.1.13
# via -r requirements/ci.in
commonground-api-common==2.0.1
commonground-api-common[testutils]==2.0.1
# via
# -r requirements/base.txt
# -r requirements/test-tools.in
# open-api-framework
commonmark==0.9.1
# via recommonmark
Expand Down Expand Up @@ -165,6 +166,7 @@ django==4.2.15
# notifications-api-common
# open-api-framework
# zgw-consumers
# zgw-consumers-oas
django-admin-index==3.1.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -324,7 +326,9 @@ face==20.1.1
factory-boy==3.2.1
# via -r requirements/test-tools.in
faker==13.15.1
# via factory-boy
# via
# factory-boy
# zgw-consumers-oas
flake8==7.0.0
# via -r requirements/test-tools.in
flower==2.0.1
Expand Down Expand Up @@ -520,6 +524,7 @@ pyyaml==6.0.2
# drf-yasg
# oyaml
# vcrpy
# zgw-consumers-oas
qrcode==7.4.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -625,6 +630,7 @@ typing-extensions==4.12.2
# mozilla-django-oidc-db
# qrcode
# zgw-consumers
# zgw-consumers-oas
tzdata==2024.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -684,3 +690,5 @@ zgw-consumers==0.35.1
# commonground-api-common
# notifications-api-common
# open-api-framework
zgw-consumers-oas==1.0.0
# via commonground-api-common
12 changes: 10 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,10 @@ click-repl==0.3.0
# via
# -r requirements/base.txt
# celery
commonground-api-common==2.0.1
commonground-api-common[testutils]==2.0.1
# via
# -r requirements/base.txt
# -r requirements/test-tools.in
# open-api-framework
commonmark==0.9.1
# via recommonmark
Expand Down Expand Up @@ -168,6 +169,7 @@ django==4.2.15
# notifications-api-common
# open-api-framework
# zgw-consumers
# zgw-consumers-oas
django-admin-index==3.1.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -329,7 +331,9 @@ face==20.1.1
factory-boy==3.2.1
# via -r requirements/test-tools.in
faker==13.15.1
# via factory-boy
# via
# factory-boy
# zgw-consumers-oas
flake8==7.0.0
# via -r requirements/test-tools.in
flower==2.0.1
Expand Down Expand Up @@ -527,6 +531,7 @@ pyyaml==6.0.2
# drf-yasg
# oyaml
# vcrpy
# zgw-consumers-oas
qrcode==7.4.2
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -632,6 +637,7 @@ typing-extensions==4.12.2
# mozilla-django-oidc-db
# qrcode
# zgw-consumers
# zgw-consumers-oas
tzdata==2024.1
# via
# -r requirements/base.txt
Expand Down Expand Up @@ -693,6 +699,8 @@ zgw-consumers==0.35.1
# commonground-api-common
# notifications-api-common
# open-api-framework
zgw-consumers-oas==1.0.0
# via commonground-api-common

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
2 changes: 2 additions & 0 deletions requirements/test-tools.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ recommonmark
Sphinx
sphinx-rtd-theme
sphinx-tabs

commonground-api-common[testutils]>=2.0.1

0 comments on commit ce7c924

Please sign in to comment.