This is an automated email from the ASF dual-hosted git repository.
iilyak pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from 811fbf5d0 Remove explicit erlang module prefix for auto-imported
functions
add 51d80ca2b Add assert comments to search related elixir tests
add d337a6472 Implement 'assert_on_status' macro
new d09926d46 Merge pull request #5692 from
apache/add-assert-messages-to-search-elixir-tests
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
test/elixir/lib/asserts.ex | 20 +++++++++++
test/elixir/test/partition_search_test.exs | 37 ++++++++++----------
test/elixir/test/search_test.exs | 55 +++++++++++++++++++-----------
3 files changed, 74 insertions(+), 38 deletions(-)
create mode 100644 test/elixir/lib/asserts.ex