-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Remove redundant backend tests
Fix requirements as pytest-flask not yet compatible with flask 3. This leaves one very basic test which tests to see if the page loads without any javascript errors. Further tests are needed to test interactions. When we have a live backend for this this will be able to be added.
- Loading branch information
1 parent
66eb67b
commit a6cb9cd
Showing
22 changed files
with
174 additions
and
7,258 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
flask | ||
flask==2.3 | ||
requests | ||
gunicorn |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.10 | ||
# by the following command: | ||
# | ||
# pip-compile requirements_dev.in | ||
# | ||
attrs==23.1.0 | ||
# via | ||
# outcome | ||
# trio | ||
black==23.9.1 | ||
# via -r requirements_dev.in | ||
blinker==1.6.3 | ||
# via | ||
# -r requirements.txt | ||
# flask | ||
certifi==2023.7.22 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
# selenium | ||
charset-normalizer==3.3.0 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
chromedriver-autoinstaller==0.6.2 | ||
# via -r requirements_dev.in | ||
click==8.1.7 | ||
# via | ||
# -r requirements.txt | ||
# black | ||
# flask | ||
coverage[toml]==6.5.0 | ||
# via | ||
# -r requirements_dev.in | ||
# coveralls | ||
# pytest-cov | ||
coveralls==3.3.1 | ||
# via -r requirements_dev.in | ||
docopt==0.6.2 | ||
# via coveralls | ||
exceptiongroup==1.1.3 | ||
# via | ||
# pytest | ||
# trio | ||
# trio-websocket | ||
flask==2.3 | ||
# via | ||
# -r requirements.txt | ||
# pytest-flask | ||
gunicorn==21.2.0 | ||
# via -r requirements.txt | ||
h11==0.14.0 | ||
# via wsproto | ||
idna==3.4 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
# trio | ||
iniconfig==2.0.0 | ||
# via pytest | ||
isort==5.12.0 | ||
# via -r requirements_dev.in | ||
itsdangerous==2.1.2 | ||
# via | ||
# -r requirements.txt | ||
# flask | ||
jinja2==3.1.2 | ||
# via | ||
# -r requirements.txt | ||
# flask | ||
markupsafe==2.1.3 | ||
# via | ||
# -r requirements.txt | ||
# jinja2 | ||
# werkzeug | ||
mypy-extensions==1.0.0 | ||
# via black | ||
outcome==1.2.0 | ||
# via trio | ||
packaging==23.2 | ||
# via | ||
# -r requirements.txt | ||
# black | ||
# gunicorn | ||
# pytest | ||
pathspec==0.11.2 | ||
# via black | ||
platformdirs==3.11.0 | ||
# via black | ||
pluggy==1.3.0 | ||
# via pytest | ||
pysocks==1.7.1 | ||
# via urllib3 | ||
pytest==7.4.2 | ||
# via | ||
# -r requirements_dev.in | ||
# pytest-cov | ||
# pytest-flask | ||
pytest-cov==4.1.0 | ||
# via -r requirements_dev.in | ||
pytest-flask==1.2.0 | ||
# via -r requirements_dev.in | ||
requests==2.31.0 | ||
# via | ||
# -r requirements.txt | ||
# coveralls | ||
selenium==4.14.0 | ||
# via -r requirements_dev.in | ||
sniffio==1.3.0 | ||
# via trio | ||
sortedcontainers==2.4.0 | ||
# via trio | ||
tomli==2.0.1 | ||
# via | ||
# black | ||
# coverage | ||
# pytest | ||
trio==0.22.2 | ||
# via | ||
# selenium | ||
# trio-websocket | ||
trio-websocket==0.11.1 | ||
# via selenium | ||
typing-extensions==4.8.0 | ||
# via black | ||
urllib3[socks]==2.0.6 | ||
# via | ||
# -r requirements.txt | ||
# requests | ||
# selenium | ||
werkzeug==3.0.0 | ||
# via | ||
# -r requirements.txt | ||
# flask | ||
# pytest-flask | ||
wsproto==1.2.0 | ||
# via trio-websocket |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.