hklarner commented on a change in pull request #3582:
URL: https://github.com/apache/couchdb/pull/3582#discussion_r639754182
##########
File path: src/mango/test/03-operator-test.py
##########
@@ -75,6 +75,21 @@ def test_keymap_match(self):
docs = self.db.find({"foo": {"$keyMapMatch": {"$eq": "aa"}}})
self.assertEqual(len(docs), 1)
+ def test_size(self):
Review comment:
I have added tests for failures but I don't know how to "assert failure"
in this test script (need help).
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]