◐ Shell
clean mode source ↗

Add tests asyncio by terryluan12 · Pull Request #6584 · RustPython/RustPython

@terryluan12

Adds asyncio tests. Goes towards resolving #1671

…of_core clippy rules

* Manually changed part of the code to use core/alloc
* Imported Range in vm/src/anystr.rs
…, test_queues, test_runners
…test_streams, test_subprocess, test_taskgroups
…ccurate

* Updated test_tasks, test_timeouts, and test_unix_events

@coderabbitai

Important

Review skipped

Too many files!

34 files out of 184 files are above the max files limit of 150.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@terryluan12

(I'm realizing this also has my other changes from #6570, so it's probably better to merge that first, so that changes are more apparent)

@terryluan12

Whoops sorry. Wrote this last night; I'm realizing now, it needs to be tested with windows (+ probably mac) before it's merged

@terryluan12

I uhh. Realized I am very silly, and did not actually merge the changes from the actual asyncio library...