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 0a005a8b0 Merge pull request #5764 from
neighbourhoodie/port-python-05-index-selection
add 98f251c7d refactor(04-key-tests): Port Key Tests
add d00753224 refactor: remove 04-key-tests python test
add c90d38f80 Merge branch 'main' into port-python-04-key-tests
add bc68bcabf fix merge typo
new 71bdee210 Merge pull request #5765 from
neighbourhoodie/port-python-04-key-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:
src/mango/test/04-key-tests.py | 159 ----------------------------
test/elixir/test/config/search.elixir | 9 ++
test/elixir/test/mango/04-key-tests.exs | 177 ++++++++++++++++++++++++++++++++
3 files changed, 186 insertions(+), 159 deletions(-)
delete mode 100644 src/mango/test/04-key-tests.py
create mode 100644 test/elixir/test/mango/04-key-tests.exs