Coverage for netrun / rbac / tests / __init__.py: 100%

0 statements  

« prev     ^ index     » next       coverage.py v7.12.0, created at 2025-12-18 22:06 +0000

1""" 

2Tenant Isolation Contract Tests Package. 

3 

4This package contains CRITICAL security tests that MUST pass before any release. 

5 

6Test Categories: 

7- test_tenant_isolation.py: Contract tests for multi-tenant data isolation 

8- test_escape_paths.py: Tests for known escape path scenarios 

9- test_background_tasks.py: Tests for async context preservation 

10"""