headroom/tests/test_compression
chopratejas 0adc39ab7a Fix CI: guard starlette imports, asyncio.run(), deprecate datetime.utcnow()
- Guard starlette imports in test_compress_api.py (skip ASGI tests without proxy deps)
- Replace asyncio.get_event_loop().run_until_complete() with asyncio.run() (Python 3.13)
- Replace datetime.utcnow() with datetime.now(timezone.utc).replace(tzinfo=None) everywhere
2026-02-19 11:03:24 -08:00
..
__init__.py Add universal compression module with ML-based content detection 2026-01-15 15:26:14 -08:00
test_evals.py Fix CI: guard starlette imports, asyncio.run(), deprecate datetime.utcnow() 2026-02-19 11:03:24 -08:00
test_json_handler.py Add universal compression module with ML-based content detection 2026-01-15 15:26:14 -08:00
test_llm_eval.py Fix CI: guard starlette imports, asyncio.run(), deprecate datetime.utcnow() 2026-02-19 11:03:24 -08:00
test_masks.py Add universal compression module with ML-based content detection 2026-01-15 15:26:14 -08:00
test_universal.py Add universal compression module with ML-based content detection 2026-01-15 15:26:14 -08:00