-
-
Notifications
You must be signed in to change notification settings - Fork 156
Add os.walk wrapper #193
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
base: main
Are you sure you want to change the base?
Add os.walk wrapper #193
Conversation
Blocked by the PR #192 . Update: not any more. |
84b6491
to
0faf5b5
Compare
#160 (comment) - the |
Apologies. I have a small baby nowadays. So the original sync |
Hello and no need for apologies, au contraire, congratulations. |
Waits for the #199 to be merged. |
b19fc7e
to
e755f03
Compare
e755f03
to
a614045
Compare
That PR has been merged now, can we please merge this one as well? 🙂 |
* implement 'aiofiles.os.walk' via Queue and generators * ignore some mypy and ruff stuff * implement the async 'os.walk' coro with a thread-safe Queue * add aiofiles.os.walk tests * add the 'format' rule * improve the test_os.py::test_walk_non_blocking case * improve the test_os.py::test_walk_non_blocking case --------- Co-authored-by: stankudrow <[email protected]> Co-authored-by: Tinche <[email protected]>
Closes #160 .
Also may close #167 .
Features:
os.walk
with tests--maxfail=1
option for pytest