feat: interactive problem finer-tuning

This commit is contained in:
Barrett Ruth 2025-09-27 10:05:58 -04:00
parent e5aca06955
commit ae2f8b94cf
5 changed files with 91 additions and 12 deletions

View file

@ -45,3 +45,4 @@ class TestsResult(ScrapingResult):
tests: list[TestCase]
timeout_ms: int
memory_mb: float
interactive: bool = False