feat(06-01): add backend/load_tests/ package skeleton with Locust stub (D-04/D-05/D-06)

- backend/load_tests/__init__.py — empty package marker; stops pytest discovery
- backend/load_tests/locustfile.py — DocuVaultUser skeleton (on_start,
  _auth_headers, list_documents, upload_document, refresh_token methods)
  and check_sla SLA listener; all bodies raise NotImplementedError
- No application imports; TEST_EMAIL/TEST_PASSWORD from env vars only
- Full implementation in plan 06-03
This commit is contained in:
curo1305
2026-06-03 18:37:23 +02:00
parent 56d9da7be1
commit 594eb46efe
2 changed files with 73 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
# Locust load-test package — not a pytest test target