grgbikash05's avatar

Test running slow

Hello guys, I had written some tests but it is running slow because we are using real database for testing. I cannot use sqlite for testing because there are some of the old migrations where certain actions like renaming column, dropping unique keys isnot supported. Any tips to make the tests run faster?

0 likes
1 reply
Tray2's avatar

Try changing use DatabaseMigrations to use RefreshDatabase.

Please or to participate in this conversation.