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

[FR] Add a flag in project:create for whether to install unit test framework #681

Open
GRUBES opened this issue Mar 4, 2023 · 1 comment
Labels
enhancement New feature or request tracked Already in Backlog

Comments

@GRUBES
Copy link

GRUBES commented Mar 4, 2023

Feature Request

Add a --unittest or similar flag for the project:create command. When specified (perhaps with Y|N), this would automatically answer the corresponding unit test prompt when creating a new project. This would improve the potential for automation in the project instantiation workflow.

Potential Behavior

  • If --unittest or --unittest Y is provided, install the unit test framework when creating the project.
  • If --unittest N is provided, do not install the unit test framework when creating the project.
  • If --unittest is not provided, prompt as usual.
@GRUBES GRUBES added the bug Something isn't working label Mar 4, 2023
@tourajvaziri tourajvaziri added enhancement New feature or request and removed bug Something isn't working labels Mar 7, 2023
@tourajvaziri
Copy link
Member

Hello, @GRUBES It would be a good addition! We have added this to our backlog. Thanks for the suggestion.

@tourajvaziri tourajvaziri reopened this Mar 7, 2023
@tourajvaziri tourajvaziri added the tracked Already in Backlog label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tracked Already in Backlog
Projects
None yet
Development

No branches or pull requests

2 participants