[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:
Stan Lo 2022-11-15 17:26:47 +00:00 committed by git
parent ac063fd4c4
commit 9751b54971

View File

@ -1,4 +1,5 @@
# frozen_string_literal: false # frozen_string_literal: false
require "tmpdir"
require_relative "helper" require_relative "helper"