Files
matrix-rust-sdk/testing/matrix-sdk-test-macros
Benjamin Bouvier b8d90286aa testing: enforce a test_ prefix for tests
This will only apply to `async_test` functions, but I think this is a
win:

1. for consistency within the codebase, since I've started doing so in
many places,
2. because these function names will clearly identify these functions as
tests, in the call tree interfaces, when rendered using the LSP
show-callers/show-callees functionality.
2024-09-02 12:02:43 +02:00
..

Build Status codecov License #matrix-rust-sdk

matrix-sdk-test-macros

matrix-rust-sdk is an implementation of a Matrix client-server library in Rust.

NOTE: These are just macros that help test the matrix-rust-sdk, you're probably interested in the main rust-sdk crate.