You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2023/03/27 13:44:15 UTC

[couchdb] branch import-nouveau updated (b14983887 -> fb208da91)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch import-nouveau
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from b14983887 python black formatting
     add 2f2b93806 run nouveau tests at the end
     add fb208da91 end-to-end test for nouveau

No new revisions were added by this update.

Summary of changes:
 Makefile                                |  8 +++-
 nouveau/server/README.md                |  1 +
 src/nouveau/src/nouveau_httpd.erl       |  4 +-
 test/elixir/test/config/nouveau.elixir  |  6 +++
 test/elixir/test/config/test-config.ini |  3 ++
 test/elixir/test/nouveau_test.exs       | 73 +++++++++++++++++++++++++++++++++
 6 files changed, 93 insertions(+), 2 deletions(-)
 create mode 100644 test/elixir/test/config/nouveau.elixir
 create mode 100644 test/elixir/test/nouveau_test.exs