python-trio / python-trio/flake8-async
Add asyncio support to current checks
Open
Nobody has claimed this yet.
good first issue
prioritized
- Dominant language
- Python
- Stars
- 26
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
- Go through all errors and see which ones are applicable to asyncio
- Add support & parametrize tests for them
- Update README.md to indicate which tests are available for which library (asyncio, anyio, trio)
Could also consider supporting curio or any other IO library.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing current checks and their tests, then identify which errors apply to asyncio and compare the available asyncio, anyio, and trio coverage. Parametrize the relevant tests and update README.md so the supported checks are listed by library; done means the asyncio cases pass and the documentation matches the test coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- documentation, testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100