zeek/testing/btest/coverage
Jon Siwek 713e3ac5d0 Add "# @no-test" tag to blacklist statements from test coverage analysis.
It can apply to either single statements:

    print "don't cover"; # @no-test

or a block of statements:

    if ( F )
        { # @no-test
        ...
        }
2012-01-13 14:52:58 -06:00
..
bare-load-baseline.test Loaded scripts is indented with spaces now and makes more sense to look at. 2011-09-29 15:53:54 -04:00
bare-mode-errors.test Modification to the Communication framework API. 2011-10-07 13:29:26 -04:00
coverage-blacklist.bro Add "# @no-test" tag to blacklist statements from test coverage analysis. 2012-01-13 14:52:58 -06:00
default-load-baseline.test Fixing unit tests. 2011-09-30 07:53:23 -05:00
doc.test Various unit test cleanup. 2011-09-27 12:41:30 -05:00
init-default.test Fixing unit tests. 2011-09-30 07:53:23 -05:00
test-all-policy.test Various unit test cleanup. 2011-09-27 12:41:30 -05:00