Recently in minitest Category

minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.

mini/spec is a functionally complete spec engine.

mini/mock, by Steven Baker, is a beautifully tiny mock object framework.

(This package was called miniunit once upon a time)

Changes:

1.4.2 / 2009-06-25

minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.

mini/spec is a functionally complete spec engine.

mini/mock, by Steven Baker, is a beautifully tiny mock object framework.

(This package was called miniunit once upon a time)

Changes:

1.4.1 / 2009-06-23

  • 1 major enhancement:

    • Handle ^C and other fatal exceptions by failing
  • 1 minor enhancement:

    • Added something to catch mixed use of test/unit and minitest if $DEBUG
  • 1 bug fix:

    • Added SIGINFO handler for finding slow tests without verbose
  • http://rubyforge.org/projects/bfts

minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.

mini/spec is a functionally complete spec engine.

mini/mock, by Steven Baker, is a beautifully tiny mock object framework.

(This package was called miniunit once upon a time)

Changes:

1.4.1 / 2009-06-23

  • 1 major enhancement:

    • Handle ^C and other fatal exceptions by failing
  • 1 minor enhancement:

    • Added something to catch mixed use of test/unit and minitest if $DEBUG
  • 1 bug fix:

    • Added SIGINFO handler for finding slow tests without verbose
  • http://rubyforge.org/projects/bfts

minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.

mini/spec is a functionally complete spec engine.

mini/mock, by Steven Baker, is a beautifully tiny mock object framework.

(This package was called miniunit once upon a time)

Changes:

1.4.0 / 2009-06-18

  • 5 minor enhancement:

    • Added clarification doco.
    • Added specs and mocks to autorun.
    • Changed spec test class creation to be non-destructive.
    • Updated rakefile for new hoe capabilities.
    • describes are nestable (via subclass). before/after/def inherits, specs don't.
  • 3 bug fixes:

    • Fixed location on must/wont.
    • Switched to __name__ to avoid common ivar name.
    • Fixed indentation in test file (1.9).
  • http://rubyforge.org/projects/bfts

minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.

mini/spec is a functionally complete spec engine.

mini/mock, by Steven Baker, is a beautifully tiny mock object framework.

(This package was called miniunit once upon a time)

Changes:

1.3.1 / 2009-01-20

  • 1 minor enhancement:

    • Added miniunit/autorun.rb as replacement for test/unit.rb's autorun.
  • 16 bug fixes:

    • 1.9 test fixes.
    • Bug fixes from nobu and akira for really odd scenarios. They run ruby funny.
    • Fixed (assert|refute)_match's argument order.
    • Fixed LocalJumpError in autorun if exception thrown before at_exit.
    • Fixed assertindelta (should be >=, not >).
    • Fixed assert_raises to match Modules.
    • Fixed capture_io to not dup IOs.
    • Fixed indentation of capture_io for ruby 1.9 warning.
    • Fixed location to deal better with custom assertions and load paths. (Yuki)
    • Fixed order of (must|wont)_include in MiniTest::Spec.
    • Fixed skip's backtrace.
    • Got arg order wrong in *_match in tests, message wrong as a result.
    • Made describe private. For some reason I thought that an attribute of Kernel.
    • Removed disable_autorun method, added autorun.rb instead.
    • assert_match escapes if passed string for pattern.
    • instanceof? is different from ===, use instanceof.
  • http://rubyforge.org/projects/bfts

minitestteshim bridges the gap between the small and fast minitest and ruby's huge and slow test/unit.

Changes:

1.3.0 / 2008-10-09

minitest/unit is a small and fast replacement for ruby's huge and slow test/unit. This is meant to be clean and easy to use both as a regular test writer and for language implementors that need a minimal set of methods to bootstrap a working unit test suite.

mini/spec is a functionally complete spec engine.

mini/mock, by Steven Baker, is a beautifully tiny mock object framework.

(This package was called miniunit once upon a time)

Changes:

1.3.0 / 2008-10-09

  • 2 major enhancements:

    • renamed to minitest and pulled out test/unit compatibility.
    • mini/test.rb is now minitest/unit.rb, everything else maps directly.
  • 12 minor enhancements:

    • assert_match now checks that act can call =~ and converts exp to a regexp only if needed.
    • Added assert_send... seems useless to me tho.
    • message now forces to string... ruby-core likes to pass classes and arrays :(
    • Added -v handling and switched to @verbose from $DEBUG.
    • Verbose output now includes test class name and adds a sortable running time!
    • Switched message generation into procs for message deferment.
    • Added skip and renamed fail to flunk.
    • Improved output failure messages for assertinstanceof, assertkindof
    • Improved output for assertrespondto, assert_same.
    • at_exit now exits false instead of errors+failures.
    • Made the tests happier and more readable imhfo.
    • Switched index(s) == 0 to rindex(s, 0) on nobu's suggestion. Faster.
  • 5 bug fixes:

    • 1.9: Added encoding normalization in mu_pp.
    • 1.9: Fixed backtrace filtering (BTs are expanded now)
    • Added back exceptiondetails to assertraises. DOH.
    • Fixed shadowed variable in mock.rb
    • Fixed stupid muscle memory message bug in assert_send.
  • http://rubyforge.org/projects/bfts

About this Archive

This page is a archive of recent entries in the minitest category.

hoe is the previous category.

rubyforge is the next category.

Find recent content on the main index or look in the archives to find all content.

June 2009: Monthly Archives

Pages

Powered by Movable Type 4.23-en