The Sinatra of testing frameworks
Here's what MicroTest brings to the table.
Simplicity
A tiny API with only 4 methods.
You'll be up and running faster than ever before.
Only 1 Assert Method
Avoid the complexity in other test frameworks and focus on what really matters.
Pry Integration
Easily debug test failures with Pry for a more productive workflow.
Plays Nice
Runs side by side with other test frameworks which makes it easy to integrate into existing projects.
Random Run Order
Prevents the bad practice of run order dependencies by running tests in random order.
Customizable Output
Customize test output with pluggable formatters, or give back by writing your own.
Asynchronous Test Runs
Speed up your test suite with asynchronous test runs. Works with MRI, but your best results will be with JRuby or Rubinius.
The API has simplified a little to support this feature. Be sure to read up on the changes.
Try out async today.
$ gem install micro_test $ mt --demo --async