-
Name
-
minitest-reporters
-
Version
-
1.5.0
-
Platform
-
ruby
-
Authors
-
Alexander Kern
-
Bindir
-
bin
-
Date
-
2022-01-15 00:00:00 UTC
-
Dependencies
-
minitest (>= 5.0)
ansi (>= 0)
ruby-progressbar (>= 0)
builder (>= 0)
maruku (>= 0, development)
rake (>= 0, development)
rubocop (>= 0, development)
-
Description
-
Death to haphazard monkey-patching! Extend Minitest through simple hooks.
-
Email
-
alex@kernul.com
-
Files
-
.gitignore
.rubocop.yml
.ruby-gemset
.travis.yml
.yardopts
CHANGELOG.md
Gemfile
LICENSE
README.md
Rakefile
appveyor.yml
assets/default-reporter.png
assets/mean_time_reporter.png
assets/progress-reporter.png
assets/spec-reporter.png
lib/minitest/extensible_backtrace_filter.rb
lib/minitest/minitest_reporter_plugin.rb
lib/minitest/old_activesupport_fix.rb
lib/minitest/relative_position.rb
lib/minitest/reporters.rb
lib/minitest/reporters/ansi.rb
lib/minitest/reporters/base_reporter.rb
lib/minitest/reporters/default_reporter.rb
lib/minitest/reporters/html_reporter.rb
lib/minitest/reporters/junit_reporter.rb
lib/minitest/reporters/mean_time_reporter.rb
lib/minitest/reporters/progress_reporter.rb
lib/minitest/reporters/ruby_mate_reporter.rb
lib/minitest/reporters/rubymine_reporter.rb
lib/minitest/reporters/spec_reporter.rb
lib/minitest/reporters/version.rb
lib/minitest/templates/index.html.erb
minitest-reporters.gemspec
test/fixtures/junit_filename_bug_example_test.rb
test/fixtures/mean_time_test.rb
test/fixtures/progress_detailed_skip_test.rb
test/fixtures/progress_test.rb
test/fixtures/sample_test.rb
test/fixtures/spec_test.rb
test/gallery/bad_test.rb
test/gallery/good_test.rb
test/integration/reporters/junit_reporter_test.rb
test/integration/reporters/mean_time_reporter_test.rb
test/integration/reporters/progress_reporter_test.rb
test/test_helper.rb
test/unit/minitest/extensible_backtrace_filter_test.rb
test/unit/minitest/junit_reporter_test.rb
test/unit/minitest/mean_time_reporter_unit_test.rb
test/unit/minitest/minitest_reporter_plugin_test.rb
test/unit/minitest/reporters_test.rb
test/unit/minitest/spec_reporter_test.rb
-
Homepage
-
https://github.com/CapnKernul/minitest-reporters
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 1.9.3
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.3.3
-
Specification version
-
4
-
Summary
-
Create customizable Minitest output formats
-
Original platform
-
ruby
-
New platform
-
ruby