Skip to content

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

Merged
messense merged 1 commit intoapache:mainfrom
Justin-Xiang:fix-py-doc
Nov 9, 2023
Merged

fix(bindings/python): Fix the test command in doc#3541
messense merged 1 commit intoapache:mainfrom
Justin-Xiang:fix-py-doc

Conversation

@Justin-Xiang
Copy link
Copy Markdown
Contributor

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

fix #3536

@github-actions github-actions Bot added the releases-note/fix The PR fixes a bug or has a title that begins with "fix" label Nov 8, 2023
@messense messense merged commit 4c70d48 into apache:main Nov 9, 2023
Comment thread bindings/python/README.md
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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

Labels

releases-note/fix The PR fixes a bug or has a title that begins with "fix"

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bindings: python tests skipping

3 participants