cp.nvim/tests
Barrett Ruth 3fecffe676 test: verify language_ids.py coverage and unknown-key fallback
Problem: No tests verified that `language_ids.py` had entries for all
six platforms and both core languages, or that unknown lookups returned
`None` instead of raising.

Solution: Add `test_language_ids_coverage` (asserts every platform has
`cpp` and `python` entries with non-empty string values) and
`test_language_ids_unknown_returns_none` (verifies fallback for unknown
platform or language keys).
2026-03-06 17:28:09 -05:00
..
fixtures test: add offline fixture coverage for Kattis and USACO (#342) 2026-03-06 16:49:49 -05:00
conftest.py test: add offline fixture coverage for Kattis and USACO (#342) 2026-03-06 16:49:49 -05:00
test_scrapers.py test: verify language_ids.py coverage and unknown-key fallback 2026-03-06 17:28:09 -05:00