To properly run unit tests from the local sandbox and using localcloud we should call reset the localcloud before the unit tests are running in case of the database schema was changed and to clean the test data.
This also is necessary to run unit tests from CI.
Related Linear task: ENG-1491