commit d2c994d70debb744670631ec48dbaf77eecc532e from: Sergey Bronnikov date: Fri Sep 09 11:55:29 2022 UTC Add steps how to run commit - 8f01f02b4b7a8031706aa315b724050db4e31dfb commit + d2c994d70debb744670631ec48dbaf77eecc532e blob - 189674c5215994fa975a03b1021eab8e7ee69745 blob + 1158ac71155bde6a5fd8239a56ad84858f959ab9 --- README.md +++ README.md @@ -1,3 +1,12 @@ ## Molly tests tests based on [Molly](https://github.com/ligurio/molly) library. + +```sh +$ git clone https://github.com/ligurio/molly-tests +$ cd ../molly-tests/ +$ luarocks --local install --server=https://luarocks.org/dev molly +$ tarantoolctl rocks install luatest +$ ./.rocks/bin/luatest -v -c test/tarantool/tarantool_test.lua +$ ./.rocks/bin/luatest -v -c test/tarantool/qsync_test.lua +```