This is an automated email from the ASF dual-hosted git repository.
xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
The following commit(s) were added to refs/heads/main by this push:
new c5410f253 docs(bindings/python): Fix the test command in doc (#3561)
c5410f253 is described below
commit c5410f25322ab9daf8dc270bfed6cb70511a2463
Author: Xiang Liao <[email protected]>
AuthorDate: Sat Nov 11 03:25:21 2023 +0800
docs(bindings/python): Fix the test command in doc (#3561)
* fix(bindings/python): Fix the test command in doc
* fix(bingdings/python): fix the command style
---
bindings/python/CONTRIBUTING.md | 2 +-
bindings/python/README.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bindings/python/CONTRIBUTING.md b/bindings/python/CONTRIBUTING.md
index 96ba53051..3d49b2344 100644
--- a/bindings/python/CONTRIBUTING.md
+++ b/bindings/python/CONTRIBUTING.md
@@ -72,7 +72,7 @@ OpenDAL adopts `pytest` for behavior tests:
```shell
maturin develop -E test
# To run `test_write.py` and use `fs` operator
-OPENDAL_TEST=fs opendal_fs_root=/tmp pytest -vk test_write
+OPENDAL_TEST=fs OPENDAL_FS_ROOT=/tmp pytest -vk test_write
```
## Docs
diff --git a/bindings/python/README.md b/bindings/python/README.md
index 56717c6e0..b3a515d51 100644
--- a/bindings/python/README.md
+++ b/bindings/python/README.md
@@ -71,7 +71,7 @@ Run some tests:
```shell
maturin develop -E test
# To run `test_write.py` and use `fs` operator
-OPENDAL_TEST=fs opendal_fs_root=/tmp pytest -vk test_write
+OPENDAL_TEST=fs OPENDAL_FS_ROOT=/tmp pytest -vk test_write
```
Build API docs: