You've already forked testing-go-code-with-postgres
mirror of
https://github.com/xorcare/testing-go-code-with-postgres.git
synced 2025-06-30 23:23:40 +02:00
Other ways to clean the database in tests will be added soon, so the tests are being moved to a separate file.
11 lines
436 B
Go
11 lines
436 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
|