Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 715 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 715 Bytes

Integration Tests

Integration tests written as Lua scripts using busted and lua-http

Pre-requisites

Install necessary Lua modules via luarocks

luarocks install busted --local
luarocks install http --local

Running tests

Start local mmdb-ws instance before running the tests.

<path to>/mmdb-ws -c true -o /tmp/ 

Run tests by pointing busted at the test directory root.

~/.luarocks/bin/busted -v test/lua

References