File: perl-test2-buffered.tap

package info (click to toggle)
node-tap-parser 11.0.2%2B~cs2.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,820 kB
  • sloc: javascript: 8,015; makefile: 36; sh: 26
file content (25 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Seeded srand with seed '20160810' from local date.
not ok 1 - empty {
    1..0
}
ok 2 - my_test {
    ok 1 - subtest event A
    ok 2 - subtest event B
    1..2
}
ok 3 - my_test_plan {
    1..2
    ok 1 - subtest event A
    ok 2 - subtest event B
}
# Subtest: my_streamy_test
    ok 1 - subtest event A
    ok 2 - subtest event B
    1..2
ok 4 - Subtest: my_streamy_test
# Subtest: my_streamy_test_plan
    1..2
    ok 1 - subtest event A
    ok 2 - subtest event B
ok 5 - Subtest: my_streamy_test_plan
1..5