luaunit icon indicating copy to clipboard operation
luaunit copied to clipboard

Tell me how you use luaunit

Open bluebird75 opened this issue 8 years ago • 4 comments

Hi,

I would like to know how and why you use luaunit !

If you can, please also list the following information :

  • since when you have been using LuaUnit
  • number of tests / classes
  • purpose of your project
  • if open source, link to the project repository
  • why you liked luaunit

Cheers,

Philippe

bluebird75 avatar Jul 05 '16 20:07 bluebird75

  • I've been using LuaUnit since 2013
  • around 150 tests
  • lua framework for our kamailio configuration
  • lua-ngcp-kamailio
  • I was coming from python and I was quite comfortable with the API

linuxmaniac avatar Jul 05 '16 21:07 linuxmaniac

  • I've been using LuaUnit 3.4 since 17 dec 2020
  • only some files ~atm with 11+ tests, but will increase.~
  • Multiplayer Mod for Noita
  • NoitaMP
  • No need to struggle around with dependencies - single file 'import'; easy to write and read test - no 'describe', 'it' or similar; several output formats; codecov/luacov compatible

Ismoh avatar Dec 19 '21 15:12 Ismoh

since when you have been using LuaUnit
Yesterday

number of tests / classes
A dozen or so

why you liked luaunit
Can use without luarocks. luarocks is impossible to install on Windows.

midrare avatar May 06 '23 01:05 midrare

  • I've been using Lua itself for ~ 1 week, to build VclipMangler
  • I've been using LuaUnit for ~ 3 days, selected from the list at Unit Testing, because its description said "supports Lua 5.1" (which I need) and "no dependencies" (which I like)
  • Currently have ~ 50 assertions; LuaUnit reports 6 tests because they're contained in 6 functions

I should chime in on the issues page, w/ suggestions :}

pakx avatar May 22 '23 02:05 pakx