Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tell me how you use luaunit #59

Open
bluebird75 opened this issue Jul 5, 2016 · 4 comments
Open

Tell me how you use luaunit #59

bluebird75 opened this issue Jul 5, 2016 · 4 comments

Comments

@bluebird75
Copy link
Owner

bluebird75 commented Jul 5, 2016

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

@linuxmaniac
Copy link
Contributor

  • 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

@bluebird75 bluebird75 changed the title Collect luaunit success stories Tell me how you use luaunit Jun 25, 2018
@Ismoh
Copy link

Ismoh commented Dec 19, 2021

  • 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

@midrare
Copy link

midrare commented May 6, 2023

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.

@pakx
Copy link

pakx commented May 22, 2023

  • 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 :}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants