1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Add example of tests with transactional cleanup

This commit is contained in:
Vasiliy Vasilyuk
2024-02-17 18:12:44 +03:00
parent 13e3596692
commit 05d30f6c09
6 changed files with 221 additions and 11 deletions

View File

@ -8,3 +8,4 @@ package testing_go_code_with_postgres_test
// 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