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 180fd792e Merge pull request #5899 from
apache/nouveau-dropwizard-4.0.17
add 9c6698103 test: extend mango_database.exs
add 222004675 test: port 01-index-crud-test to elixir
add 73d38de5c test: deprecate 01-index-crud-test.py
new 0c6f05cf4 Merge pull request #5778 from
neighbourhoodie/01-index-crud-test
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/01-index-crud-test.py | 435 ----------------------
test/elixir/test/config/search.elixir | 5 +
test/elixir/test/config/suite.elixir | 19 +
test/elixir/test/mango/01_index_crud_test.exs | 512 ++++++++++++++++++++++++++
test/elixir/test/support/mango_database.ex | 38 ++
5 files changed, 574 insertions(+), 435 deletions(-)
delete mode 100644 src/mango/test/01-index-crud-test.py
create mode 100644 test/elixir/test/mango/01_index_crud_test.exs