Using `dotenvy` and `libtest-mimic` instead
Xuanwo opened this issue · 1 comments
Xuanwo commented
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 #118 (comment)
liurenjie1024 commented
Thanks, I'll take the effort to refactor it later.