rails--rails/activerecord/test/support
Yasuo Honda a3f1eb5ebe Active Record bin/test command runs only its own adapter tests
There are two ways to run unit tests. `bundle exec rake test` and
`bin/test`. Active Record `bundle exec rake test` only executes its
own adapter specific tests. on the other hand, `bin/test` executes all
adapter specfic tests then some test files need to have `if
current_adapter?`, which can be removed.

- Removed `require_relative "../../tools/test"` to require its own one
- `default_test_exclude_glob` excludes all of adapter specific tests.
- `list_tests(argv)` adds its own adapter specific tests
- `adapter_short` method extracted to get the short hand adapter name
  like `sqlite3`, `mysql2` and `postgresql` via `ENV["ARCONN"]`
2021-09-07 21:34:56 +09:00
..
marshal_compatibility_fixtures Revert "Merge pull request #39759 from kamipo/marshal_load_legacy_ar_object" 2021-02-18 17:13:41 +09:00
stubs Change safe guard to check for each_pair instead of stringify_keys 2020-02-07 11:36:35 -05:00
yaml_compatibility_fixtures Fix `yaml_compatibility_fixtures/rails_v1_mysql.yml`'s structure 2020-06-30 23:32:05 +09:00
config.rb Extract internal ActiveSupport::ConfigurationFile object 2020-02-10 02:50:12 +01:00
connection.rb Move async_query confurations on the ActiveRecord module 2021-06-10 18:31:33 +02:00
connection_helper.rb Deprecate `#remove_connection` in favor of `#remove_connection_pool` 2020-01-21 16:49:20 -05:00
ddl_helper.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
schema_dumping_helper.rb Use frozen-string-literal in ActiveRecord 2017-07-19 22:27:07 +03:00
tools.rb Active Record bin/test command runs only its own adapter tests 2021-09-07 21:34:56 +09:00