forked from tarantool/test-run
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version includes the following commits. - Change conversion of `box.error` to string in error message assertions [1] [1]: tarantool/luatest@xxx (WIP tarantool/luatest#355)
- Loading branch information
1 parent
434cbec
commit 4faf0cb
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luatest
updated
10 files
+8 −3 | CHANGELOG.md | |
+1 −1 | luatest/VERSION.lua | |
+15 −3 | luatest/assertions.lua | |
+5 −0 | luatest/init.lua | |
+28 −5 | luatest/output_beautifier.lua | |
+15 −9 | luatest/pp.lua | |
+62 −1 | luatest/runner.lua | |
+18 −1 | luatest/server.lua | |
+42 −4 | luatest/server_instance.lua | |
+11 −0 | luatest/utils.lua |