goshacmd / tstr

A small, rspec-like testing framework I wrote in 2015 in under an hour and 100 LOC (yep, that was the restriction). You probably ain't gonna use but, and neither am I :smile:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tstr

$ ruby tstr.rb tstr_demo.rb
#<Class:0x007fc4fa0856f8>::A - has 42 - passes
#<Class:0x007fc4fa0856f8>::A - sums - fails

2 samples: 1 passed, 1 failed

About

A small, rspec-like testing framework I wrote in 2015 in under an hour and 100 LOC (yep, that was the restriction). You probably ain't gonna use but, and neither am I :smile:


Languages

Language:Ruby 100.0%