mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-01-31 08:36:40 +01:00
review main module
This commit is contained in:
parent
dcde588c7b
commit
2fe2cc47db
9 changed files with 1318 additions and 1406 deletions
|
|
@ -1,5 +1,11 @@
|
|||
use crate::*;
|
||||
|
||||
#[cfg(test)] #[test] fn test_cli () {
|
||||
use clap::CommandFactory;
|
||||
Cli::command().debug_assert();
|
||||
//let jack = Jack::default();
|
||||
}
|
||||
|
||||
#[cfg(test)] #[test] fn test_app () -> Usually<()> {
|
||||
let mut app = App::default();
|
||||
let _ = app.scene_add(None, None)?;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue