Blame CHANGES

Packit 532126
Release 0.5:
Packit 532126
Packit 532126
	New test function assert_error_match().
Packit 532126
	Lunit shell script returns an error code on failed tests.
Packit 532126
	Be more compatible with Darwin / Mac OS X.
Packit 532126
	Bug fixes.
Packit 532126
Packit 532126
Release 0.4:
Packit 532126
Packit 532126
        Mostly complete rewrite.
Packit 532126
        Lua-5.1 only.
Packit 532126
Packit 532126
Packit 532126
Release 0.3 (alpha):
Packit 532126
Packit 532126
        New function lunit.wrap() to wrap a single function in a
Packit 532126
        complete test case.
Packit 532126
Packit 532126
        Now a backtrace is printed, if an error or failure occurs
Packit 532126
        in a test case.
Packit 532126
Packit 532126
Packit 532126
Release 0.2 (alpha):
Packit 532126
Packit 532126
        The test suite consists now of approximately 630 assertions.
Packit 532126
Packit 532126
        Fixed an ugly bug in lunit.assert()! Testcases for lunit.assert()
Packit 532126
        added.
Packit 532126
Packit 532126
        Now all assert functions return the actual value on success.