lambdaworks / zio-elasticsearch

ZIO Elasticsearch is a type-safe and streaming-friendly ZIO native Elasticsearch client.
https://lambdaworks.github.io/zio-elasticsearch/
Apache License 2.0
60 stars 18 forks source link

Restructure tests #251

Open drmarjanovic opened 1 year ago

drmarjanovic commented 1 year ago

Description:

As an example, you can take a look at the ElasticQuerySpec.

The basic idea is to have a simple structure and description of the tests and combine them with the && operator.

The following specs should be restructured:

mihajlo-ra92 commented 1 year ago

Refactoring HighlightsSpec

filipmilo commented 1 year ago

Refactoring IndexNameSpec

saksofon997 commented 1 year ago

Refactoring ScriptSpec

saksofon997 commented 1 year ago

Refactoring FieldDSLSpec

mihajlo-ra92 commented 1 year ago

Refactoring HttpElasticExecutorSpec