fix spelling typo
[lunit.git] / CHANGES
blob09927e53779b5ffa2d40a366f5a0ce9bf08d84b1
1 Release 0.5:
3         New test function assert_error_match().
4         Lunit shell script returns an error code on failed tests.
5         Be more compatible with Darwin / Mac OS X.
6         Bug fixes.
8 Release 0.4:
10         Mostly complete rewrite.
11         Lua-5.1 only.
14 Release 0.3 (alpha):
16         New function lunit.wrap() to wrap a single function in a
17         complete test case.
19         Now a backtrace is printed, if an error or failure occurs
20         in a test case.
23 Release 0.2 (alpha):
25         The test suite consists now of approximately 630 assertions.
27         Fixed an ugly bug in lunit.assert()! Testcases for lunit.assert()
28         added.
30         Now all assert functions return the actual value on success.