garage/src/garage/tests/lib.rs

12 lines
137 B
Rust
Raw Normal View History

#[macro_use]
mod common;
2022-03-07 16:30:46 +00:00
mod admin;
2022-02-09 15:40:05 +00:00
mod bucket;
mod list;
mod multipart;
mod objects;
mod simple;
mod streaming_signature;
2022-02-09 15:40:05 +00:00
mod website;