2020-04-30 14:32:48 +02:00
|
|
|
package entity
|
|
|
|
|
|
|
|
// CreateTestFixtures inserts all known entities into the database for testing.
|
2020-04-30 20:07:03 +02:00
|
|
|
func CreateTestFixtures() {
|
|
|
|
CreateLabelFixtures()
|
2020-04-30 22:25:53 +02:00
|
|
|
CreateAccountFixtures()
|
2020-04-30 14:32:48 +02:00
|
|
|
}
|