Skip to content
forked from csmr/testi

a minute and simple library for light TDD

Notifications You must be signed in to change notification settings

IceDragon200/testi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testi

A simple test framework, its as easy as throwing code and failing it yourself. Because sometimes, you just wanna test stuff without all the clutter and noise from other frameworks. Testi aims to be clear and shows you your own code.

Usage: Create a testi directory in your project, make a few of .rb test files in it and:

testi

Watch the magic!

Test:

ary = []

unless ary.empty?
  fatal 'For some odd reason a new array is not #empty?'
end

The functions are modelled after the Golang test package, specifically the ones found on T

About

a minute and simple library for light TDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%