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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52
|
test_ParserSupport
Running tests on TaggingConsumer
***** start_section
test1: myline
***** end_section
Running tests on is_blank_line
1
1
1
1
1
1
1
0
0
0
0
Running tests on safe_readline
This
file
correctly failed
Running tests on safe_peekline
This
file
correctly failed
hello
Running tests on read_and_call
>gi|132871
correctly failed
correctly failed
correctly failed
correctly failed
correctly failed
Running tests on attempt_read_and_call
1
0
0
1
Running tests on EventGenerator
Test the basic callback functionality. ... ok
Test the ability to exempt tags from being processed by a finalizer. ... ok
Test the ability to pass a finalizer to the consumer. ... ok
----------------------------------------------------------------------
Ran 3 tests in 0.111s
OK
|