bluebird75 / luaunit

LuaUnit is a popular unit-testing framework for Lua, with an interface typical of xUnit libraries (Python unittest, Junit, NUnit, ...). It supports several output formats (Text, TAP, JUnit, ...) to be used directly or work with Continuous Integration platforms (Jenkins, Maven, ...).
Other
565 stars 136 forks source link

Fix `_table_raw_tostring()` error and show brief string for values in fail messages of `assertIs()`/`assertNotIs()`. #119

Closed seahorse47 closed 5 years ago

seahorse47 commented 5 years ago

Related issue: #118

coveralls commented 5 years ago

Coverage Status

Coverage increased (+99.6%) to 99.635% when pulling f7bfaee686ab7a698d7ee5c10a4a2fe8075270f8 on seahorse47:master into 7a441a5b97b5e50c4121907b2a92ae45d31d630a on bluebird75:master.

bluebird75 commented 5 years ago

I did it with a very slightly different approach, but I would not have found it without your contribution.

I forced printing of table ref for assertIs() and assertNotIs(), it makes much more sense indeed