-
Notifications
You must be signed in to change notification settings - Fork 2
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 for command line args #10
Comments
Is it worth implementing this? |
It does make some sense to test command line arguments, but how do you test them? |
Shell script, and diff the output?
|
Some StackOverflow threads: http://stackoverflow.com/questions/353198/best-way-to-test-command-line-tools Expect could work well. |
I think what I was thinking was, i think the term is integration tests, where you test what the user will actually be interacting with |
i think the best way would just be to do manual testing of the UI before releases, when we have enough of the toolchain done to do releases. Until we do, the interface and output it going to change fast enough that will probably have to re-write the tests each release, and that's more work than just doing manual testing. |
No description provided.
The text was updated successfully, but these errors were encountered: