|
| 1 | +TAP version 13 |
| 2 | +# Subtest: should NOT print --test-only diagnostic warning - describe-only-false |
| 3 | + # Subtest: only false in describe |
| 4 | + ok 1 - only false in describe |
| 5 | + --- |
| 6 | + duration_ms: * |
| 7 | + ... |
| 8 | + 1..1 |
| 9 | +ok 1 - should NOT print --test-only diagnostic warning - describe-only-false |
| 10 | + --- |
| 11 | + duration_ms: * |
| 12 | + type: 'suite' |
| 13 | + ... |
| 14 | +# Subtest: should NOT print --test-only diagnostic warning - it-only-false |
| 15 | + # Subtest: only false in the subtest |
| 16 | + ok 1 - only false in the subtest |
| 17 | + --- |
| 18 | + duration_ms: * |
| 19 | + ... |
| 20 | + 1..1 |
| 21 | +ok 2 - should NOT print --test-only diagnostic warning - it-only-false |
| 22 | + --- |
| 23 | + duration_ms: * |
| 24 | + type: 'suite' |
| 25 | + ... |
| 26 | +# Subtest: should NOT print --test-only diagnostic warning - no-only |
| 27 | + # Subtest: no only |
| 28 | + ok 1 - no only |
| 29 | + --- |
| 30 | + duration_ms: * |
| 31 | + ... |
| 32 | + 1..1 |
| 33 | +ok 3 - should NOT print --test-only diagnostic warning - no-only |
| 34 | + --- |
| 35 | + duration_ms: * |
| 36 | + type: 'suite' |
| 37 | + ... |
| 38 | +# Subtest: should NOT print --test-only diagnostic warning - test-only-false |
| 39 | + # Subtest: only false in parent test |
| 40 | + ok 1 - only false in parent test |
| 41 | + --- |
| 42 | + duration_ms: * |
| 43 | + ... |
| 44 | + 1..1 |
| 45 | +ok 4 - should NOT print --test-only diagnostic warning - test-only-false |
| 46 | + --- |
| 47 | + duration_ms: * |
| 48 | + ... |
| 49 | +# Subtest: should NOT print --test-only diagnostic warning - t.test-only-false |
| 50 | + # Subtest: only false in subtest |
| 51 | + ok 1 - only false in subtest |
| 52 | + --- |
| 53 | + duration_ms: * |
| 54 | + ... |
| 55 | + 1..1 |
| 56 | +ok 5 - should NOT print --test-only diagnostic warning - t.test-only-false |
| 57 | + --- |
| 58 | + duration_ms: * |
| 59 | + ... |
| 60 | +# Subtest: should NOT print --test-only diagnostic warning - no-only |
| 61 | + # Subtest: no only |
| 62 | + ok 1 - no only |
| 63 | + --- |
| 64 | + duration_ms: * |
| 65 | + ... |
| 66 | + 1..1 |
| 67 | +ok 6 - should NOT print --test-only diagnostic warning - no-only |
| 68 | + --- |
| 69 | + duration_ms: * |
| 70 | + ... |
| 71 | +# Subtest: should print --test-only diagnostic warning - test-only-true |
| 72 | + # Subtest: only true in parent test |
| 73 | + ok 1 - only true in parent test |
| 74 | + --- |
| 75 | + duration_ms: * |
| 76 | + ... |
| 77 | + 1..1 |
| 78 | +ok 7 - should print --test-only diagnostic warning - test-only-true |
| 79 | + --- |
| 80 | + duration_ms: * |
| 81 | + ... |
| 82 | +# 'only' and 'runOnly' require the --test-only command-line option. |
| 83 | +# Subtest: should print --test-only diagnostic warning - t.test-only-true |
| 84 | + # Subtest: only true in subtest |
| 85 | + ok 1 - only true in subtest |
| 86 | + --- |
| 87 | + duration_ms: * |
| 88 | + ... |
| 89 | + # 'only' and 'runOnly' require the --test-only command-line option. |
| 90 | + 1..1 |
| 91 | +ok 8 - should print --test-only diagnostic warning - t.test-only-true |
| 92 | + --- |
| 93 | + duration_ms: * |
| 94 | + ... |
| 95 | +# Subtest: should print --test-only diagnostic warning - 2 levels of only |
| 96 | + # Subtest: only true in parent test |
| 97 | + # Subtest: only true in subtest |
| 98 | + ok 1 - only true in subtest |
| 99 | + --- |
| 100 | + duration_ms: * |
| 101 | + ... |
| 102 | + # 'only' and 'runOnly' require the --test-only command-line option. |
| 103 | + 1..1 |
| 104 | + ok 1 - only true in parent test |
| 105 | + --- |
| 106 | + duration_ms: * |
| 107 | + ... |
| 108 | + 1..1 |
| 109 | +ok 9 - should print --test-only diagnostic warning - 2 levels of only |
| 110 | + --- |
| 111 | + duration_ms: * |
| 112 | + ... |
| 113 | +1..9 |
| 114 | +# tests 16 |
| 115 | +# suites 3 |
| 116 | +# pass 16 |
| 117 | +# fail 0 |
| 118 | +# cancelled 0 |
| 119 | +# skipped 0 |
| 120 | +# todo 0 |
| 121 | +# duration_ms * |
0 commit comments