mirror of
https://github.com/katanemo/plano.git
synced 2026-06-29 15:49:40 +02:00
add e2e tests
This commit is contained in:
parent
a5cbd2a978
commit
1064301f45
19 changed files with 1147 additions and 78 deletions
21
e2e_tests/pyproject.toml
Normal file
21
e2e_tests/pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[tool.poetry]
|
||||
name = "e2e_tests"
|
||||
version = "0.0.1"
|
||||
description = "e2e tests for prompt and llm gateway"
|
||||
authors = ["Katanemo Labs, Inc <archgw@katanemo.com>"]
|
||||
license = "Apache 2.0"
|
||||
readme = "README.md"
|
||||
package-mode = false
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.10"
|
||||
pytest = "^7.3.1"
|
||||
requests = "^2.29.0"
|
||||
selenium = "^4.11.2"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest-cov = "^4.1.0"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
python_files = ["test*.py"]
|
||||
addopts = ["-v", "-s"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue