Compare projects
Project comparisons allow you to view any selection of projects side by side just like they're shown on regular categories or in search results. You can try out an example or start yourself by adding a library to the comparison via the input below. You can also easily share your current comparison with others by sending the URL of the current page.
0.0
A simple testing library that works on ruby and mruby.
This has been designed to be very modular, you can run different types of
suites with different setup/teardown and before/after blocks. You can have
as many reporters as you want, these can range from "output to the terminal
in a nice way" all the way to "shape the results into an XML or JSON for my
CI".
The secondary purpose of this testing library is to work with mruby for my
game engine Taylor and any project built upon that.
I also plan to support quite a few ruby versions as I want the code for
this to be very portable. The main feature I don't want to drop is
positional AND keyword arguments in definitions, this means anything that
matches the Ruby 2.6+ spec should be compatible.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Activity