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

Make it easier to test code for different inputs #26

Open
Zomis opened this issue Oct 17, 2015 · 1 comment
Open

Make it easier to test code for different inputs #26

Zomis opened this issue Oct 17, 2015 · 1 comment

Comments

@Zomis
Copy link
Owner

Zomis commented Oct 17, 2015

Possibly something like this:

$ input 'ABCDEF' produces 'FEDCBA'
$ input 'qwerty' produces 'QWERTY'
$ input 'abc' validator 'groovyScript'

When running this code in some mode, the code is then tested with all those different inputs to make sure it produces the expected results.

@Zomis Zomis added this to the 0.5 milestone Oct 18, 2015
@Zomis
Copy link
Owner Author

Zomis commented Oct 18, 2015

Related to #23 but that issue does not take user inputs into consideration

@Zomis Zomis mentioned this issue Oct 18, 2015
10 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant