Skip to content

Commit

Permalink
fix(bindings/python): Fix the test command in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin-Xiang committed Nov 8, 2023
1 parent fe6daf2 commit 9ee9b3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion bindings/python/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ OpenDAL adopts `pytest` for behavior tests:

```shell
maturin develop -E test
OPENDAL_MEMORY_TEST=on pytest -vk TestMemory
# To run `test_write.py` and use `fs` operator
OPENDAL_TEST=fs opendal_fs_root=/tmp pytest -vk test_write
```

## Docs
Expand Down
3 changes: 2 additions & 1 deletion bindings/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ Run some tests:

```shell
maturin develop -E test
OPENDAL_MEMORY_TEST=on pytest -vk TestMemory
# To run `test_write.py` and use `fs` operator
OPENDAL_TEST=fs opendal_fs_root=/tmp pytest -vk test_write
```

Build API docs:
Expand Down

0 comments on commit 9ee9b3a

Please sign in to comment.