ruby/test/net/http
Benoit Daloze b4ec4a41c2 Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&
* Otherwise those tests, etc cannot run on alternative Ruby implementations.
2020-12-04 16:45:54 +01:00
..
test_buffered_io.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_http.rb test/net/http/test_http.rb: relax open_timeout limit 2020-03-21 23:09:17 +09:00
test_http_request.rb Adding missing test for Net::HTTPGenericRequest initializer (#1835) 2019-08-16 01:38:46 +09:00
test_httpheader.rb Show the caller's location 2019-07-24 00:26:28 +09:00
test_httpresponse.rb Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) && 2020-12-04 16:45:54 +01:00
test_httpresponses.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
test_https.rb test/net/http/test_https.rb: The test logic was buggy 2020-09-24 19:39:51 +09:00
test_https_proxy.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
utils.rb Let Net::HTTP.get take request headers (#2957) 2020-03-10 22:26:22 -07:00