Skip to content

refactor tests to properly use tokio::test #71

@matko

Description

@matko

Quite a few tests that required async have been written using block_on in the past, or some other construct. This was done because I did not know about the existence of tokio::test, an attribute macro which allows one to write an async test. It would be nice if existing tests were rewritten to make use of this.

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