cp.nvim/tests/fixtures
Barrett Ruth 3c11d609f5
feat(codechef): implement full CodeChef support (#354)
## Problem

CodeChef had no working login, submit, or contest list. The browser
selectors were wrong, the contest list was missing present/past
contests,
and problem/contest URLs were unset.

## Solution

Fix login and submit selectors for the Drupal-based site. Paginate
`/api/list/contests/past` to collect all 228 Starters, then expand each
parent contest into individual division entries (e.g. `START228 (Div.
4)`).
Add language IDs, correct `url`/`contest_url`/`standings_url` in
metadata,
and make `:CP <platform>` open the contest picker directly.
2026-03-06 23:10:44 -05:00
..
atcoder fix(test): relocate fixtures 2025-10-25 00:37:19 -04:00
codechef feat(codechef): implement full CodeChef support (#354) 2026-03-06 23:10:44 -05:00
codeforces fix(test): relocate fixtures 2025-10-25 00:37:19 -04:00
cses some misc fixes 2025-12-07 16:09:17 -06:00
kattis test: add offline fixture coverage for Kattis and USACO (#342) 2026-03-06 16:49:49 -05:00
usaco test: add offline fixture coverage for Kattis and USACO (#342) 2026-03-06 16:49:49 -05:00