This is an automated email from the ASF dual-hosted git repository.
juanjo pushed a change to branch 3.0.x
in repository https://gitbox.apache.org/repos/asf/couchdb.git.
from 37ac556 Improve test initialization
new 3f179b3 Port recreate docs test
new c1e0303 Port reduce_false.js and reduce_builtin.js to Elixir (#2541)
The 2 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/README.md | 6 +-
test/elixir/test/recreate_doc_test.exs | 165 ++++++++++++++++++
test/elixir/test/reduce_builtin_test.exs | 282 +++++++++++++++++++++++++++++++
test/elixir/test/reduce_false_test.exs | 50 ++++++
test/javascript/tests/recreate_doc.js | 1 +
5 files changed, 501 insertions(+), 3 deletions(-)
create mode 100644 test/elixir/test/recreate_doc_test.exs
create mode 100644 test/elixir/test/reduce_builtin_test.exs
create mode 100644 test/elixir/test/reduce_false_test.exs