reorg
This commit is contained in:
@@ -1,16 +1,7 @@
|
||||
mod api;
|
||||
|
||||
pub use self::api::TestClient;
|
||||
pub mod model;
|
||||
pub use self::api::APIInterface;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
|
||||
#[test]
|
||||
fn test_version() {
|
||||
let client = TestClient{};
|
||||
let version = client.version();
|
||||
assert_eq!(version, "KordophoneTest-1.0");
|
||||
}
|
||||
}
|
||||
pub mod tests;
|
||||
|
||||
Reference in New Issue
Block a user