update _alerts_

- 'info' now uses gray text
- remove 'verbose' and favor 'debug'
- 'input' is now underlined
This commit is contained in:
Nathaniel Landau
2021-09-03 10:03:32 -04:00
parent 5479663e88
commit 8f1bb71ba5
5 changed files with 186 additions and 157 deletions

View File

@@ -72,15 +72,6 @@ teardown() {
refute_output --partial "testing"
}
@test "_alert_: verbose" {
run verbose "testing"
refute_output --regexp "\[ debug\] testing"
VERBOSE=true
run verbose "testing"
assert_output --regexp "\[ debug\] testing"
}
@test "_alert_: warning" {
run warning "testing"
assert_output --regexp "\[warning\] testing"