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

[TESTS]: Add unit tests for all commands #45

Open
gamemaker1 opened this issue May 17, 2021 · 0 comments
Open

[TESTS]: Add unit tests for all commands #45

gamemaker1 opened this issue May 17, 2021 · 0 comments
Labels
code-refactor Make code look better and perform better tests Anything to do with testing the CLI

Comments

@gamemaker1
Copy link
Member

Describe the issue
No tests for any part of CLI

How could it be made better?
Add unit tests for all commands.

Screenshots
If applicable, add screenshots to help explain the benefits of your changes.

Additional context
All commands export a run function that accepts parameters. Use that to test it. A provision must be added for defining a test configuration too, since commands directly access the configuration file while running

@gamemaker1 gamemaker1 added code-refactor Make code look better and perform better tests Anything to do with testing the CLI labels May 17, 2021
@gamemaker1 gamemaker1 added this to To do in Issue progress May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code-refactor Make code look better and perform better tests Anything to do with testing the CLI
Projects
Development

No branches or pull requests

1 participant