OpenSourcing My Automated Testing EnMasse in Python (For Now)

URL: github.com
1 comments

Hello, built an automated unit test generator in Python for Python, using LLMs. Way it works:

1. Have repo 2. Have existing tests (can only extend existing unit test suites) 3. Setup and run 4. Boom! New Tests!

It works pretty well, and can be used to extend test cases en masse. Here is a sample output of the tests that it can generate: https://www.braintrust.dev/app/Cowboy/p/codecovapi-neutered/...

Merry Christmas!