You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The destination must be configured with `ClientCertificateAuthentication` and reference a certificate bundle containing the client certificate and private key.
98
98
99
+
### DMS Integration Tests
100
+
101
+
For DMS (Document Management Service) integration tests, configure the following variables in `.env_integration_tests`:
**Note**: The test fixture automatically onboards test repositories (standard and version-enabled) at session start and cleans them up on teardown. No pre-existing repositories are required.
110
+
99
111
### ADMS Integration Tests
100
112
101
113
For ADMS (Advanced Document Management Service) integration tests, configure the following variables in `.env_integration_tests`:
@@ -145,6 +157,7 @@ uv run pytest tests/core/integration/auditlog -v
145
157
uv run pytest tests/core/integration/data_anonymization -v
0 commit comments