chore: remove dependency test-log
This commit is contained in:
parent
f1a6d5089b
commit
d6ca6ea3b2
5 changed files with 1 additions and 5 deletions
|
@ -77,4 +77,3 @@ tokio = { version = "1.37" }
|
|||
# Testing
|
||||
assert2 = "0.3"
|
||||
pretty_assertions = "1.4"
|
||||
test-log = { version = "0.2", features = ["trace"] }
|
||||
|
|
|
@ -59,7 +59,6 @@ derive_more = { workspace = true }
|
|||
# # Testing
|
||||
assert2 = { workspace = true }
|
||||
pretty_assertions = { workspace = true }
|
||||
# test-log = { workspace = true }
|
||||
|
||||
[lints.clippy]
|
||||
nursery = { level = "warn", priority = -1 }
|
||||
|
|
|
@ -61,7 +61,6 @@ derive_more = { workspace = true }
|
|||
# # Testing
|
||||
# assert2 = { workspace = true }
|
||||
# pretty_assertions = { workspace = true }
|
||||
# test-log = { workspace = true }
|
||||
|
||||
[lints.clippy]
|
||||
nursery = { level = "warn", priority = -1 }
|
||||
|
|
|
@ -62,7 +62,6 @@ tokio = { workspace = true }
|
|||
# Testing
|
||||
assert2 = { workspace = true }
|
||||
pretty_assertions = { workspace = true }
|
||||
test-log = { workspace = true }
|
||||
|
||||
[lints.clippy]
|
||||
nursery = { level = "warn", priority = -1 }
|
||||
|
|
|
@ -25,7 +25,7 @@ fn test_name() {
|
|||
assert_eq!(forge.name(), "forgejo");
|
||||
}
|
||||
|
||||
#[test_log::test(tokio::test)]
|
||||
#[tokio::test]
|
||||
async fn test_branches_get() {
|
||||
let Ok(fs) = kxio::fs::temp() else {
|
||||
panic!("fs")
|
||||
|
|
Loading…
Reference in a new issue