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

doc: rearrange Value assertions tables #112

Closed linuxmaniac closed 6 years ago

linuxmaniac commented 6 years ago

'NotImplementedError: Column or row spanning cells are not implemented.' was happening when building doc as text

fixes #111

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.709% when pulling e0558bff885c81c4bebf00d51f85d07ad58e1fff on linuxmaniac:vseva/fix_build_doc into 00d145c1c2b78bf9cff80a8ac66ca72c0d5446f6 on bluebird75:master.

bluebird75 commented 6 years ago

Does it work when generating with other formats ? It's strange that it fails in text, given that input is also text...

linuxmaniac commented 6 years ago

The issue in sphinx is still open https://github.com/sphinx-doc/sphinx/issues/2915

bluebird75 commented 6 years ago

I am ok to change it, but we should go back to the big table once the Sphinx issue is fixed. I won't hold my breath though :-)