Skip to content

Commit

Permalink
use pytest for integration tests
Browse files Browse the repository at this point in the history
Related: #16
Signed-off-by: John Andersen <[email protected]>
  • Loading branch information
johnandersen777 committed Dec 13, 2024
1 parent 8619b6a commit 3e989de
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 160 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
python3 -m pip install .[test]
- name: Run the tests
run: |
./tests/run_integration_test.sh
python3 -m pytest tests/integration_test.py
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ docs = [ # uhhhhh I'm not currently using these lol
]
test = [
"requests",
"pytest",
"pytest-aio",
"pytest-aiohttp",
]

[project.urls]
Expand Down
Loading

0 comments on commit 3e989de

Please sign in to comment.