rendon's blog

By rendon, 9 years ago, In English

Hey guys! How have you been? :)

I wrote a little program to automate tests, specifically for programming contests, nothing fancy, but I think some of you might find it useful for your testing.

The name of the tool is TestProgram, I know, no one would ever occur that name :). Well, actually, I did choose that name because tp was the easiest to type compared with my other options.

TestProgram is a command line program and was designed mainly for GNU/Linux but it also works in Windows using Cygwin (tested), I haven't tried with Mac.

By the way, it has support for Codeforces, thanks to johnathan79717's Codeforces Parser, maybe you remember this comment.

Here you have two demos in video, the first one describes the general use and the second shows how to use it with Codeforces. You can find a little more info in the github page.

And that's all, I hope it be useful to you as it is for me. Bugs, suggestions and contributions are Welcome!.

Full text and comments »

  • Vote: I like it
  • +19
  • Vote: I do not like it