Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Sep 4, 2023
1 parent 6853a41 commit f9fbb70
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11"]
python-version: ["3.10"]

# Service containers to run with `container-job`
services:
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests
cernrequests
Flask<3.0.0
SQLAlchemy<2.0.0
Flask<3.0
SQLAlchemy<2.0
sqlalchemy-utils
gunicorn<21.0.0
psycopg2-binary
Expand Down
1 change: 1 addition & 0 deletions tests/test_1.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ def test_db_9(testing_database):
print("Check DQM2MirrorDB.get_graphs_data()")
truth = TEST_DB_9_TRUTH
answer = json.dumps(testing_database.get_graphs_data(358792))
print(answer)
assert truth == answer


Expand Down

0 comments on commit f9fbb70

Please sign in to comment.