Sha256: 130b35bb90893ea59633198ef65fd6787403b30037a2b00dd3a210133c978562
Contents?: true
Size: 548 Bytes
Versions: 2
Compression:
Stored size: 548 Bytes
Contents
# Copyright (c) 2020 Jean-Sebastien Gelinas, see LICENSE.txt # frozen_string_literal: true require 'test/unit' require 'mocha/test_unit' require 'tileset_tooling/app' # In case we need debugging, uncomment the following # ::SemanticLogger.sync! # ::SemanticLogger.default_level = :trace # ::SemanticLogger.add_appender(io: $stdout, formatter: :color) def get_png_data(name) input = "#{__dir__}/data/#{name}" expected = "#{__dir__}/data/expected/#{name}" [input, expected] end def output_file_path "#{__dir__}/data/tmp_output.png" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
tileset_tooling-0.1.0 | test/test_helper.rb |
tileset_tooling-0.0.2 | test/test_helper.rb |