feat: added tests

This commit is contained in:
ITQ
2025-01-29 20:24:05 +03:00
parent 82a5a50c4b
commit 9d3fae947b
38 changed files with 4743 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[project]
name = "tests-final"
version = "0.1.0"
description = "Final tests for the second stage of the PROD olympiad."
requires-python = ">=3.11"
dependencies = [
"google-api-python-client>=2.160.0",
"pytest>=7.2.2",
"tavern>=2.11.0",
]