Skip to content
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

feat(codegen): Unit test generation init #1135

Merged
merged 13 commits into from
Sep 10, 2024
Merged

Conversation

jennmueng
Copy link
Member

@jennmueng jennmueng commented Sep 6, 2024

Introduces a new codegen folder with a unit test generation agent that was made for the codecov hack week project

Uses a new CodegenContext similar to the autofix context but new

image

Lack of unit tests is due to this being a WIP agent, will follow up & harden

@jennmueng jennmueng requested a review from roaga September 6, 2024 20:39
Copy link
Member

@roaga roaga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make sure to add test coverage soon.

Also I'm wondering if anything can be abstracted out to be shared between Autofix and Unit Test Gen (without coupling the two together), since both agents look very similar in a lot of ways.

Base automatically changed from jenn/unit-test-gen/init to main September 9, 2024 16:26
@jennmueng
Copy link
Member Author

@roaga Agreed on all the points, just wanted this code in so it doesn't become stale

@jennmueng jennmueng merged commit a730a1d into main Sep 10, 2024
9 of 11 checks passed
@jennmueng jennmueng deleted the jenn/unit-test-gen/pt3 branch September 10, 2024 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants