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

Dedicated Test Generation Features #24

Open
sestinj opened this issue Mar 6, 2024 · 0 comments
Open

Dedicated Test Generation Features #24

sestinj opened this issue Mar 6, 2024 · 0 comments

Comments

@sestinj
Copy link
Contributor

sestinj commented Mar 6, 2024

Currently it is possible to write a custom slash command in Continue in order to generate unit tests, but this is a prominent enough use case that we'll probably want dedicated UI and prompts.

If you were interested in this, the best place to start might be trying out different prompts to generate unit tests. Some great work was done by Meta in this paper: https://arxiv.org/abs/2402.09171

Another area of work will be determining the best user workflow to generate these tests. Should they be generated in the background? Every time a new function is added? Only when triggered by a user? In CI? Probably a promising and simple place to start would be a new page in the gui/src/pages folder, which would show up in the sidebar and give some dedicated UI.

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

No branches or pull requests

1 participant