Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
232 changes: 0 additions & 232 deletions src/mango/test/03-operator-test.py

This file was deleted.

27 changes: 27 additions & 0 deletions test/elixir/test/config/suite.elixir
Original file line number Diff line number Diff line change
Expand Up @@ -733,6 +733,33 @@
"BasicFindTest": [
"simple find"
],
"OperatorTest": [
"all",
"all non array",
"elem match",
"all match",
"empty all match",
"in operator array",
"nin operator array",
"regex",
"exists false",
"eq null does not include missing",
"ne includes null but not missing",
"lte includes null but not missing",
"lte at z except null excludes null and missing",
"range gte null includes null but not missing",
"exists false returns missing but not null",
"beginsWith",
"beginsWith invalid prefix"
],
"OperatorJSONTests": [
"lt includes null but not missing",
"lte includes null but not missing",
"lte respects unicode collation",
"gte respects unicode collation",
"keymap match"
],
"OperatorAllDocsTests": ["range id eq"],
"IgnoreDesignDocsForAllDocsIndexTests": [
"should not return design docs"
]
Expand Down
Loading