Ghini / server

ghini reloaded - merging desktop & web
http://tanager.ghini.me
GNU Affero General Public License v3.0
2 stars 2 forks source link

simplify data initialization #77

Closed mfrasca closed 5 years ago

mfrasca commented 5 years ago

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.