• Kirill Smelkov's avatar
    go/zodb: persistent tests: Factor test database setup out of TestPersistentDB · 1a2772e3
    Kirill Smelkov authored
    We already have "testing connection" functionality in common place (was
    named tPersistentDB -> now tConnection). However the functionality to
    "setup and use testing database" was inside TestPersistentDB only.
    
    Since we are going to add more tests, factor that functionality out of
    TestPersistentDB into shared infrastructure that could be reused in
    between tests (-> tDB).
    1a2772e3
persistent_test.go 17.7 KB