wiregui/tests/e2e
Stefano Bertelli 3747b963cb
All checks were successful
CI / test (push) Successful in 2m2s
CI / release (push) Successful in 34s
CI / docker (push) Successful in 59s
fix: use raw SQL for E2E test teardown to avoid FK violations
The ORM-based cleanup couldn't see devices created by the NiceGUI
app's session, so the user delete hit a FK constraint. Raw SQL
DELETE in correct order (children first) works reliably.
2026-03-30 22:34:06 -05:00
..
__init__.py feat: add E2E tests for device creation and account management 2026-03-30 22:26:15 -05:00
conftest.py fix: use raw SQL for E2E test teardown to avoid FK violations 2026-03-30 22:34:06 -05:00
test_account.py feat: add E2E tests for device creation and account management 2026-03-30 22:26:15 -05:00
test_devices.py feat: add E2E tests for device creation and account management 2026-03-30 22:26:15 -05:00