cp.nvim/tests
Barrett Ruth 425a8f36e9
fix: complete language version IDs for all platforms (#350)
## Problem

`LANGUAGE_VERSIONS` only covered cpp and python. Several platform IDs
were wrong — CodeChef used `C++ 17`/`Python 3` (correct: `C++`/`PYTH
3`), USACO listed nonexistent c++20/c++23 options, and CSES only had
C++17.

## Solution

Verify every platform's submit page and update all language ID tables.
Add java and rust entries where supported, fix incorrect CodeChef and
USACO IDs, and expand CSES `CSES_LANGUAGES` dict with
C++11/C++20/PyPy3/Java/Rust variants.
2026-03-06 19:28:06 -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 fix: complete language version IDs for all platforms (#350) 2026-03-06 19:28:06 -05:00