Codium-ai / cover-agent

CodiumAI Cover-Agent: An AI-Powered Tool for Automated Test Generation and Code Coverage Enhancement! ๐Ÿ’ป๐Ÿค–๐Ÿงช๐Ÿž
https://www.codium.ai/
GNU Affero General Public License v3.0
4.23k stars 298 forks source link

What happens if there is no test cases? #105

Closed ramsey-coding closed 3 months ago

ramsey-coding commented 3 months ago

What happens if there is no test cases? Can it generate test cases from scratch?

coditamar commented 3 months ago

I think the minimum requirement is one test, even if it is a dummy one. Since all imports need to be in place and the test file needs to run prior to starting the flow