wiregui/tests
Stefano Bertelli a012635dff
Some checks failed
Dev / test (push) Failing after 7m41s
Dev / docker (push) Has been skipped
fix: remove unit tests redundant with e2e, fix test DB isolation
Remove 7 test files fully covered by e2e tests (admin, account, models,
API routes, integration MFA/OIDC, notifications). Trim 5 more files to
keep only edge cases not reachable via e2e.

Fix conftest to replace wiregui.db engine/session at import time so all
code uses the test database. Use session-scoped tables with per-test
savepoint isolation to prevent data leaking between tests.
2026-03-31 21:27:46 -05:00
..
e2e feat: comprehensive test suite + SAML auth fixes + mock SAML IdP 2026-03-31 16:52:29 -05:00
integration feat: WireGuard metrics collector + integration test stack 2026-03-31 18:30:15 -05:00
__init__.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
conftest.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_api.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
test_api_deps.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_auth.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_auth_extended.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_firewall.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
test_firewall_extended.py feat: comprehensive test suite + SAML auth fixes + mock SAML IdP 2026-03-31 16:52:29 -05:00
test_magic_link.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_mfa.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_server_key.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_services.py fix: remove unit tests redundant with e2e, fix test DB isolation 2026-03-31 21:27:46 -05:00
test_services_extended.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
test_tasks.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
test_tasks_extended.py feat: initial WireGUI implementation — full VPN management platform 2026-03-30 16:53:46 -05:00
test_utils.py fix: pure Python keypair generation, no wg CLI dependency 2026-03-30 23:11:58 -05:00
test_wireguard_extended.py feat: comprehensive test suite + SAML auth fixes + mock SAML IdP 2026-03-31 16:52:29 -05:00