Closed glensc closed 3 years ago
Using lazy init, can delay database connection when needed. This prevents DB connection be made in setUp() even if the test is to be skipped. Minimizes creating of connections, that are maybe even not needed.
setUp()
AS there have appeared weird postgresql errors:
Using lazy init, can delay database connection when needed. This prevents DB connection be made in
setUp()
even if the test is to be skipped. Minimizes creating of connections, that are maybe even not needed.AS there have appeared weird postgresql errors: