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
572 stars 137 forks source link

issues in LuaUnit’s documentation #151

Open jjvbsag opened 1 year ago

jjvbsag commented 1 year ago

assertTableContains and assertNotTableContains missing documentation specifies assertNan and assertNotNan, but its assertNaN and assertNotNaN

just to get it complete...