# AyCode.Database.Tests.Internal Concrete database integration tests using entity implementations from AyCode.Core.Tests.Internal. ## Folder Structure | Folder | Purpose | |---|---| | [`Users/`](Users/README.md) | Concrete UserDbContext, UserDal, and UserDalTests | ## Key Files (Root) - **`DatabaseTestBase.cs`** — Concrete [TestClass] with Setup/TearDown, implements AcDatabaseTestBase. - **`appsettings.json`** — Test database connection configuration. --- > **LLM Maintenance:** If you modify code in this folder, update this README to reflect the changes. If you notice the README content does not match the current code, automatically update the README to match the code.