This is an automated email from the ASF dual-hosted git repository.
jan pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
from dfac2b736 Merge pull request #5772 from
neighbourhoodie/port-06-text-default-field-test
add 5cd34864b test: Port 07-text-custom-field-list-test from Python to
Elixir
add 79227e16b test: deprecate 07-text-custom-field-list-test.py
new 27e9931c0 Merge pull request #5774 from neighbourhoodie/python-tests-07
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:
src/mango/test/07-text-custom-field-list-test.py | 207 ---------------
test/elixir/test/config/search.elixir | 23 ++
.../test/mango/07_text_custom_field_list_test.exs | 280 +++++++++++++++++++++
test/elixir/test/support/user_docs.ex | 8 +-
4 files changed, 307 insertions(+), 211 deletions(-)
delete mode 100644 src/mango/test/07-text-custom-field-list-test.py
create mode 100644 test/elixir/test/mango/07_text_custom_field_list_test.exs