← all jobs

generate tests from existing code

You need tests written from existing code—coverage without inventing an architecture religion.

recs

modelbest whenavoid whencost vibe
Sonnet-classThe code has tricky edge cases, asynchronous behavior, or a history of flaky failures.You need to generate 200 trivial tests and volume matters more than judgment.$$$
Faster / cheaper cloud modelYou need boilerplate unit tests and straightforward happy-path coverage.The behavior depends on subtle concurrency, timing, or hard-to-reproduce flakes.$
Local midThe repository must stay private or you are experimenting with test generation in offline CI.You need realistic failure cases rather than plausible-looking assertions around the happy path.~free

why