fix authentication and refund on delete vm refactor app daemon register to get delete app req db function for delete app sample environment variable extensive tests for delete app and vm refactor test utilities
15 lines
264 B
Rust
15 lines
264 B
Rust
#[allow(dead_code)]
|
|
pub mod prepare_test_env;
|
|
#[allow(dead_code)]
|
|
pub mod test_utils;
|
|
#[allow(dead_code)]
|
|
pub mod vm_cli_utils;
|
|
#[allow(dead_code)]
|
|
pub mod vm_daemon_utils;
|
|
|
|
#[allow(dead_code)]
|
|
pub mod app_daemon_utils;
|
|
|
|
#[allow(dead_code)]
|
|
pub mod app_cli_utils;
|