# Behavior tests for OpenDALâ„¢ Cloud Filter Integration Behavior tests are used to make sure every service works correctly. `cloud_filter_opendal` is readonly currently, so we assume `fixtures/data` is the root of the test data. ## Run ```pwsh cd .\integrations\cloud_filter $env:OPENDAL_TEST='fs'; $env:OPENDAL_FS_ROOT='../../fixtures/data'; $env:OPENDAL_DISABLE_RANDOM_ROOT='true'; cargo test --test behavior ```