mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2024-12-24 16:28:34 +02:00
13 lines
542 B
Go
13 lines
542 B
Go
// Copyright (c) 2023-2024 Vasiliy Vasilyuk. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
package testing_go_code_with_postgres_test
|
|
|
|
// Since the repository contains examples of different approaches to
|
|
// database cleanup, this file is empty. The specific tests can be found
|
|
// in the following files:
|
|
// - user_repository_with_isolated_database_test.go
|
|
// - user_repository_with_transactional_cleanup_test.go
|
|
// - user_repository_with_isolated_schema_test.go
|