[AZ-152] Add test infrastructure: pytest conftest, fixtures, constants patching

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-03-26 23:09:42 +02:00
parent 8db19cc60a
commit 66fe1cc918
7 changed files with 238 additions and 0 deletions
@@ -0,0 +1,28 @@
# Batch Report
**Batch**: 1
**Tasks**: AZ-152 (test_infrastructure)
**Date**: 2026-03-26
## Task Results
| Task | Status | Files Modified | Tests | Issues |
|------|--------|---------------|-------|--------|
| AZ-152_test_infrastructure | Done | 6 files | 12/12 passed | None |
## Files Created
| File | Lines | Purpose |
|------|-------|---------|
| tests/conftest.py | 149 | Session/function fixtures, constants patching, collect_ignore for legacy scripts |
| tests/__init__.py | 0 | Package init |
| tests/performance/conftest.py | 0 | Performance conftest (empty, inherits parent) |
| tests/performance/__init__.py | 0 | Package init |
| tests/test_infrastructure.py | 59 | Smoke tests for all fixtures and constants patching |
| tests/performance/test_placeholder.py | 2 | Placeholder so performance test collection succeeds |
## Code Review Verdict: PASS
## Auto-Fix Attempts: 0
## Stuck Agents: None
## Next Batch: AZ-153, AZ-154, AZ-155, AZ-156, AZ-157, AZ-158, AZ-159, AZ-160, AZ-161, AZ-162, AZ-163