Skip to content

BurdetteLamar/RubyTest

Repository files navigation

RubyTest

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:

Examples

An important example is about testing for the GitHub REST API. Take the Tester Tour.

Framework

The testing is supported by

The framework itself is tested by

There are also

Rake Tasks

You can also review all rake tasks by running command

  • rake -D

or by visiting the documentation for the Rakefile.

RDoc

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.

About

Ruby test framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages