-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
54: Create integrations tests for all MeiliSearch http routes r=curquiza a=ppamorim # Summary - [x] Client tests #32 - [x] Indexes tests #32 - [x] Documents tests #32 - [x] add Settings integrations tests - [x] attributes for faceting tests - [x] displayed attributes tests - [x] distinct attributes tests - [x] ranking rules tests - [x] searchable attributes tests - [x] settings route tests - [x] stop words tests - [x] synonyms tests - [x] update route tests - [X] search route tests - [X] limit tests - [X] offset tests - [X] attributes to crop tests - [X] cropLength tests - [X] matches tests - [X] attributesToHighlight tests - [X] attributesToRetrieve tests - [X] filters tests - [X] facetsDistribution tests - [X] facetFilters tests ## Reasons why the tests are failing ~~On the test `testGetDistinctAttribute` and `testUpdateDistinctAttribute`:~~ ~~- The attribute that returns from the server contains a double "", causing the error: `XCTAssertEqual failed: ("product_id") is not equal to (""product_id"")`~~ ~~On the test `testGetSettings` and `testUpdateSettings`:~~ ~~- Probably due to the `acceptNewFields`, this has been removed.~~ Co-authored-by: Pedro Paulo de Amorim <[email protected]> Co-authored-by: Pedro Paulo Amorim <[email protected]> Co-authored-by: Clémentine Urquizar <[email protected]>
- Loading branch information
Showing
23 changed files
with
1,882 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.