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. - Add trace check for error assertions - Add more logs [1] tarantool/luatest@9a0ab36 [2] tarantool/luatest@d985997
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule luatest
updated
10 files
+1 −0 | CHANGELOG.md | |
+91 −5 | luatest/assertions.lua | |
+2 −3 | luatest/helpers.lua | |
+5 −0 | luatest/hooks.lua | |
+2 −2 | luatest/process.lua | |
+1 −1 | luatest/replica_proxy.lua | |
+5 −3 | luatest/replica_set.lua | |
+5 −2 | luatest/runner.lua | |
+14 −6 | luatest/server.lua | |
+67 −0 | test/luaunit/assertions_error_test.lua |