Unverified Commit 1f853314 authored by Nugine's avatar Nugine
Browse files

s3s: xml: move tests

parent d9eafb5b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -33,8 +33,3 @@ pub use self::auth::*;
pub use self::error::*;
pub use self::http::{Body, Request, Response};
pub use self::s3_trait::S3;

#[cfg(test)]
mod tests {
    mod xml;
}
+5 −0
Original line number Diff line number Diff line
@@ -5,3 +5,8 @@ mod ser;
pub use self::ser::*;

mod generated;

#[cfg(test)]
mod tests {
    mod de;
}
Loading