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 0c6f05cf4 Merge pull request #5778 from
neighbourhoodie/01-index-crud-test
add 5e14ec803 port 03 base operator tests to elixir
add b7058feb9 deprecate 03-operator-test.py
new c4a66ffd9 Merge pull request #5779 from
neighbourhoodie/03-operator-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/03-operator-test.py | 232 --------------------
test/elixir/test/config/suite.elixir | 27 +++
test/elixir/test/mango/03_operator_test.exs | 321 ++++++++++++++++++++++++++++
3 files changed, 348 insertions(+), 232 deletions(-)
delete mode 100644 src/mango/test/03-operator-test.py
create mode 100644 test/elixir/test/mango/03_operator_test.exs