How can I verify my modification on OpenDAL? #6144
-
I made some changes on local OpenDAL, what should I do to verify my work? |
Beta Was this translation helpful? Give feedback.
Answered by
yuchanns
May 3, 2025
Replies: 2 comments 2 replies
-
Hi, you can run the behavior tests locally to verify the modification. Or simply raise a PR to verify by CI. |
Beta Was this translation helpful? Give feedback.
2 replies
-
OK, thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, choose a service you want to test against with, set environment variables that are required. Take fs for example, simply add
OPENDAL_TEST=fs
andOPENDAL_FS_ROOT=/tmp
.Then run tests with
cargo test behavior --features tests,services-fs
under the path of core.