Skip to content

Commit

Permalink
[#29] add pytest to test tools
Browse files Browse the repository at this point in the history
  • Loading branch information
SonnyBA committed Jan 24, 2025
1 parent a514230 commit 0e79815
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ inflection==0.5.1
# -r requirements/base.txt
# drf-spectacular
# drf-yasg
iniconfig==2.0.0
# via pytest
iso-639==0.4.5
# via
# -c requirements/base.txt
Expand Down Expand Up @@ -544,6 +546,7 @@ packaging==24.2
# -r requirements/base.txt
# black
# drf-yasg
# pytest
# sphinx
pathspec==0.12.1
# via black
Expand All @@ -561,6 +564,8 @@ platformdirs==4.3.6
# via
# black
# pylint
pluggy==1.5.0
# via pytest
prometheus-client==0.21.0
# via
# -c requirements/base.txt
Expand Down Expand Up @@ -614,6 +619,8 @@ pypng==0.20220715.0
# qrcode
pyquery==2.0.1
# via -r requirements/test-tools.in
pytest==8.3.4
# via -r requirements/test-tools.in
python-creole==1.4.10
# via
# -c requirements/base.txt
Expand Down
15 changes: 15 additions & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,11 @@ inflection==0.5.1
# -r requirements/ci.txt
# drf-spectacular
# drf-yasg
iniconfig==2.0.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# pytest
iso-639==0.4.5
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -609,6 +614,7 @@ packaging==24.2
# -r requirements/ci.txt
# black
# drf-yasg
# pytest
# sphinx
pathspec==0.12.1
# via
Expand All @@ -631,6 +637,11 @@ platformdirs==4.3.6
# -r requirements/ci.txt
# black
# pylint
pluggy==1.5.0
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
# pytest
prometheus-client==0.21.0
# via
# -c requirements/ci.txt
Expand Down Expand Up @@ -694,6 +705,10 @@ pyquery==2.0.1
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
pytest==8.3.4
# via
# -c requirements/ci.txt
# -r requirements/ci.txt
python-creole==1.4.10
# via
# -c requirements/ci.txt
Expand Down
1 change: 1 addition & 0 deletions requirements/test-tools.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ black
isort

# Documentation
pytest
recommonmark
sphinx==4.4.0
sphinx-markdown-tables==0.0.15
Expand Down

0 comments on commit 0e79815

Please sign in to comment.