documented manual tests

master
Edward Shen 2020-01-01 00:13:29 -05:00
parent fd941b014a
commit 4e1db78ed9
Signed by: edward
GPG Key ID: F350507060ED6C90
1 changed files with 4 additions and 0 deletions

View File

@ -194,6 +194,10 @@ mod init_logger {
Ok(())
}
// The following tests work but because the log crate is global, initializing
// the logger more than once (read: testing it more than once) leads to a
// panic. These ignored tests must be manually tested.
#[test]
#[ignore]
fn caps_to_2_when_log_level_is_lt_2() -> Result<(), BunBunError> {