adding docs for tests

This commit is contained in:
Patryk Ciechanski
2025-06-11 15:00:20 +02:00
parent 72b419a69f
commit edef58eebf
3 changed files with 477 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ This documentation is organized into four main categories to serve different aud
- **[Development Workflows](contributing/workflows.md)** - Git workflows, testing, and collaboration patterns
- **[Code Style Guide](contributing/code-style.md)** - Coding standards and best practices
- **[Testing Strategy](contributing/testing.md)** - Testing approaches and quality assurance
- **[Test Structure Analysis](contributing/test-structure.md)** - Detailed analysis of existing test suite
- **[Repository Overview](contributing/file-overview.md)** - Understanding the codebase structure
### 🏗️ For System Architects