Add some tests
This commit is contained in:
parent
bc46df634d
commit
c525f63660
6 changed files with 889 additions and 27 deletions
10
src/main.rs
10
src/main.rs
|
@ -1,4 +1,12 @@
|
|||
include!(concat!(env!("OUT_DIR"), "/codegen.rs"));
|
||||
include!(concat!(env!("OUT_DIR"), "/client.rs"));
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[allow(dead_code)]
|
||||
pub mod apimock {
|
||||
include!(concat!(env!("OUT_DIR"), "/mock.rs"));
|
||||
}
|
||||
}
|
||||
|
||||
use crate::args::Commands;
|
||||
use args::{AssetsCommands, PeopleCommands, ServerCommands};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue