in order to run unit tests, we need an initialized database, and the current initialization loads so much data into the database, that it takes no less than 10 minutes. this is not a way to run unit tests.
so we need to simplify data initialization, cleaning up, splitting the necessary from the optional parts.
in order to run unit tests, we need an initialized database, and the current initialization loads so much data into the database, that it takes no less than 10 minutes. this is not a way to run unit tests. so we need to simplify data initialization, cleaning up, splitting the necessary from the optional parts.