зеркало из https://github.com/github/ruby.git
[ruby/irb] Improve testing infra
(https://github.com/ruby/irb/pull/442) * Add test_in_isolation task to run tests in isolation This simulates how tests are run in Ruby CI and can detect some issues before they're merged and break Ruby CI later. * Run test_in_isolation task on CI * Fix TestRaiseNoBacktraceException's setup https://github.com/ruby/irb/commit/51f23c58b0
This commit is contained in:
Родитель
ac063fd4c4
Коммит
9751b54971
|
@ -1,4 +1,5 @@
|
|||
# frozen_string_literal: false
|
||||
require "tmpdir"
|
||||
|
||||
require_relative "helper"
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче