Skip to content

async support? #46

@rursprung

Description

@rursprung

are there any plans to support async tests? i.e.: is there a way to get tokio::test behaviour with rustest::test? constructing the tokio runtime by hand is cumbersome.

and are there any plans for async test fixtures?

since rustest is a complete test harness it might be nice if rustest starts a single tokio runtime in the beginning (if any async tests have been registered) and then re-uses that every time. that way async fixtures should also be easier to support?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions