File: helper.rb

package info (click to toggle)
ruby-avl-tree 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 184 kB
  • sloc: ruby: 2,179; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 131 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
begin
  require 'simplecov'
  SimpleCov.start
rescue LoadError
end
require "test/unit"
require "avl_tree"
require "red_black_tree"