// teardown deinitializes for each indivdual test. func teardown(t *testing.T, db *db.DB) { relationshipfix.Remove(tests.Context, db, "RTEST_") viewfix.Remove(tests.Context, db, "VTEST_") rfix.Remove(db, "RTEST_") unloadItems(tests.Context, db) unloadTestData(t, db) db.CloseMGO(tests.Context) db.CloseCayley(tests.Context) tests.DisplayLog() }