Hi all,
As a side project i’m working on a program that will let me automatically test the programs i write for a particular problem against the sample test cases given in the problem page.
This removes the need to copy paste sample test cases every time i want to test my code.
This is purely a personal project right now, and i’m building it in a way to suit my needs only. I will be integrating this with vim, the editor i use for basic development.
I would like to know how many of you would be interested in using such a program, if i get a good response, i would develop this program in such a way other people would be able to use it.
I could implement a gui to make it usable by users not used to command line, and add the ability to add our own test cases etc.