Skip to content

Use an LLM to aid in generating basic unit tests for all classes #812

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
stiber opened this issue Mar 7, 2025 · 0 comments
Open

Use an LLM to aid in generating basic unit tests for all classes #812

stiber opened this issue Mar 7, 2025 · 0 comments

Comments

@stiber
Copy link
Contributor

stiber commented Mar 7, 2025

An LLM should be able to generate unit tests that call the methods of a class with parameter values that reasonably cover interesting values (and then check object state and return values). This should be a reasonable start at a comprehensive unit test code base. A human will still need to check that the unit tests make sense. Afterwards, it will only be a small amount of coding to expand on those unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant