test: add wrapper regression tests for issues #9, #27

docs: add Docker Compose with healthcheck, persistent profiles
via volume mount, and resource usage numbers to README
This commit is contained in:
CloakHQ
2026-03-06 07:37:19 +01:00
parent ed79560e5f
commit 724d49f65b
3 changed files with 104 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: pip install -e ".[dev]" pytest pytest-asyncio
- name: Run tests
run: pytest tests/ -v
run: pytest tests/ -v -m "not slow"
javascript:
runs-on: ubuntu-latest