Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.62k stars 151 forks source link

Add function: aiofiles.os.access() #146

Closed rexzhang closed 1 year ago

rexzhang commented 1 year ago

issue # 145

rexzhang commented 1 year ago

Please wait some time, I will add more unit test

rexzhang commented 1 year ago

finished

Tinche commented 1 year ago

Add a changelog fragment too please (create a new section for 22.2.0 if it's not there).

codecov-commenter commented 1 year ago

Codecov Report

Base: 89.86% // Head: 89.90% // Increases project coverage by +0.03% :tada:

Coverage data is based on head (849cb02) compared to base (8c7b922). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #146 +/- ## ========================================== + Coverage 89.86% 89.90% +0.03% ========================================== Files 10 10 Lines 306 307 +1 ========================================== + Hits 275 276 +1 Misses 31 31 ``` | [Impacted Files](https://codecov.io/gh/Tinche/aiofiles/pull/146?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tin+Tvrtkovi%C4%87) | Coverage Δ | | |---|---|---| | [src/aiofiles/os.py](https://codecov.io/gh/Tinche/aiofiles/pull/146/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tin+Tvrtkovi%C4%87#diff-c3JjL2Fpb2ZpbGVzL29zLnB5) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tin+Tvrtkovi%C4%87). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Tin+Tvrtkovi%C4%87)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

rexzhang commented 1 year ago

Add a changelog fragment too please (create a new section for 22.2.0 if it's not there).

done

Tinche commented 1 year ago

Thanks! The failing test is a pip bug, so I'm going to merge this in.