fix(test): mock caches and everything else

This commit is contained in:
Barrett Ruth 2025-09-21 12:26:06 -04:00
parent 1822714a0c
commit 373e7f6e76
5 changed files with 51 additions and 5 deletions

View file

@ -91,7 +91,8 @@ local function setup_problem(contest_id, problem_id, language)
contest_id,
problem_id
),
vim.log.levels.WARN
vim.log.levels.INFO,
true
)
local scrape_result = scrape.scrape_problem(ctx)