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

Add tests for CLI mode #96

Merged
merged 9 commits into from
Nov 17, 2020
Merged

Add tests for CLI mode #96

merged 9 commits into from
Nov 17, 2020

Conversation

kavitharaju
Copy link
Collaborator

@kavitharaju kavitharaju commented Nov 13, 2020

Adds 20 testcases for CLI.

These tests are excluded when running on github actions. These tests require spawning child processes from node to run the terminal commands. This is running properly on local machine, but throwing error when run on github actions. Hence excluded them.

Also in this PR

@kavitharaju kavitharaju requested a review from joelthe1 November 13, 2020 09:38
package.json Outdated
},
"dependencies": {
"concat-stream": "^2.0.0",
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this be a dev-dependency?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

yes. It is used in testing. So we can move it to dev-dependencies. Shall change that

Copy link
Collaborator

Choose a reason for hiding this comment

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

Yes, let's do that.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

done

@joelthe1 joelthe1 merged commit c9fe6ae into Bridgeconn:master Nov 17, 2020
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