Skip to content

Commit

Permalink
docs(bindings/python): Fix the test command in doc (#3561)
Browse files Browse the repository at this point in the history
* fix(bindings/python): Fix the test command in doc

* fix(bingdings/python): fix the command style
  • Loading branch information
Justin-Xiang authored Nov 10, 2023
1 parent 331b4a9 commit c5410f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c5410f2

Please sign in to comment.