Skip to content

Feature request: async tests #11

@robgjansen

Description

@robgjansen

Currently we generate tests like:

#[test]
fn test() { ... }

It would also be useful to support asynchronous tests of the form:

#[tokio::test]
async fn test() { ... }

For this we need three things:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions