-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add basic GET tests for core and indices endpoints
- Added tests for core endpoints: _refresh, _remote/info, _script_context - Added test for indices endpoint: _template - Removed tests for _script_language and _shard_stores due to API unfamiliarity - Cleaned up local environment files Signed-off-by: Bruno Lloret <[email protected]>
- Loading branch information
1 parent
5dc65a5
commit e0de9ea
Showing
9 changed files
with
474 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,7 @@ build/ | |
# coverage output | ||
/coverage/ | ||
|
||
docker-compose.yml | ||
|
||
.env | ||
.env |
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.