Zomis / Brainduck

Brainfuck Interpreter in Java/Groovy, with a Groovy DSL
40 stars 1 forks source link

Make it easier to test code for different inputs #26

Open Zomis opened 8 years ago

Zomis commented 8 years ago

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 commented 8 years ago

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