icelake-io / icelake

Pure Rust Iceberg Implementation
Apache License 2.0
166 stars 17 forks source link

Using `dotenvy` and `libtest-mimic` instead #132

Closed Xuanwo closed 1 year ago

Xuanwo commented 1 year ago
          I prefer using `dotenvy` and `libtest-mimic` for smoother integration with `cargo test`. It is highly likely that we need to test against various storage services and catalogs.

cc opendal's for example: https://github.com/apache/incubator-opendal/blob/main/core/tests/behavior/main.rs

_Originally posted by @Xuanwo in https://github.com/icelake-io/icelake/pull/118#discussion_r1280465123_

liurenjie1024 commented 1 year ago

Thanks, I'll take the effort to refactor it later.