How to set up your environment for running tests:
-
Run
script/bootstrapNote: on systems without Homebrew, you must ensure that MySQL 5.7, PostgreSQL 12, and MongoDB 4.x Community Edition are up and running.
-
Run
script/test_allThis ensures that the Active Record part of the suite is run across
sqlite3,mysql/mysql2, andpostgresdatabase adapters.