mirror of
https://github.com/fafhrd91/actix-net
synced 2024-11-24 08:12:59 +01:00
8 lines
122 B
Rust
8 lines
122 B
Rust
|
#[actix_rt::test(foo = "bar")]
|
||
|
async fn my_test_1() {}
|
||
|
|
||
|
#[actix_rt::test(bar::baz)]
|
||
|
async fn my_test_2() {}
|
||
|
|
||
|
fn main() {}
|