// 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