Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
アップグレード ガイドRails 5 will order tests randomに記載されています。固定された順序に戻すのは簡単ですが、なぜこの変更が行われたのか疑問に思っています。並列テストをサポートするためですか?
ランダムなテストの順序付けは良い習慣です。常に決まった順序でテストを行うと、テストが相互に依存する可能性があります。各テストには副作用がなく、ランダムな順序でこれが保証されます。