File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 4949 - name : " unit a-b"
5050 test_path : " tests/unit/[a-b]*_test.sh"
5151 - name : " unit c"
52- test_path : " tests/unit/c*_test.sh"
52+ test_path : " tests/unit/ch*_test.sh tests/unit/cl*_test.sh tests/unit/console*_test.sh tests/unit/cu*_test.sh"
53+ - name : " unit coverage"
54+ test_path : " tests/unit/coverage_*_test.sh"
5355 - name : " unit d-p"
5456 test_path : " tests/unit/[d-p]*_test.sh"
5557 - name : " unit r-z"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ function test_successful_assert_duration_within() {
66}
77
88function test_successful_assert_duration_within_fast_command() {
9- assert_empty " $( assert_duration " echo hello" 500 ) "
9+ assert_empty " $( assert_duration " echo hello" 5000 ) "
1010}
1111
1212function test_unsuccessful_assert_duration_exceeds_threshold() {
You can’t perform that action at this time.
0 commit comments