It's all well and good to write about testing software. (Actually I do write about it, over at my blog.)
But it's so much better to show actual working code. And that's what this project does.
It provides working software to help with automated software testing.
The project consists of examples, the framework that supports them, and of course testing for the framework.
Links to the markdown documentation are at:
An important example is about testing for the GitHub REST API. Take the Tester Tour.
The testing is supported by
The framework itself is tested by
There are also
You can also review all rake tasks by running command
rake -D
or by visiting the documentation for the Rakefile.
You can build the RDoc by cloning and running command
rake build:rerdoc
The RDoc output will be in directory html/
, with the index file at html/index.html.