Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP]Add Integration tests #11

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
update deps
ElijahAhianyo committed Sep 9, 2024
commit 1eabbe2db6d20fd934f771acc194dc1561c8b96a
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -15,6 +15,11 @@ reflex = ">=0.6.0a"
[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<8.0"

[tool.poetry.group.dev.dependencies]
pytest = ">=7.1.2,<8.0"
pytest-mock = ">=3.10.0,<4.0"
selenium = ">=4.11.0,<5.0"


[build-system]
requires = ["poetry-core"]