e2e testing (#574)

This commit is contained in:
Wing Lian
2023-09-14 21:56:11 -04:00
committed by GitHub
parent 228420972e
commit 9218ebecd2
4 changed files with 114 additions and 3 deletions

View File

@@ -29,4 +29,4 @@ jobs:
- name: Run tests
run: |
pytest tests/
pytest --ignore=tests/e2e/ tests/