Skip to content

Latest commit

 

History

24 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Read about the process of writing this library in the accompanying blog post.

Define a test suite by inheriting from Raisin::TestSuite and start all test names with test_.

require 'raisin/autorun'

class DummyTest < Raisin::TestSuite
  def test_equality
    assert_equal 'foo', %w(f o o).join
  end
end

By requiring the test auto-runner like in the example above, you can run the tests simply by executing the ruby script in which they are defined.

Run the tests with

ruby test/raisin.rb

About

Self-testing test library

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages