Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bindings/python): Fix the test command in doc #3541

Merged
merged 1 commit into from
Nov 9, 2023

Conversation

Justin-Xiang
Copy link
Contributor

@Justin-Xiang Justin-Xiang commented Nov 8, 2023

fix #3536

@messense messense merged commit 4c70d48 into apache:main Nov 9, 2023
35 checks passed
@@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @Justin-Xiang, it's better to use OPENDAL_FS_ROOT to align with other parts.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Xuanwo Get it, should I open a PR directly or an issue?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should I open a PR directly

I think it's simple and can be finished in a PR directly. Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bindings: python tests skipping
3 participants