Status: Informational
Scope:.dev/directory
Last Updated: {{ git_revision_date_localized }}
Created: {{ git_creation_date_localized }}
⚠️ Note: This folder is for project maintainers only, containing unit tests, development documentation, and maintenance tools.
For general users, please refer to the root README.md
This directory contains:
- Component Tests (
.dev/tests/) - Runner module functionality tests (~273 tests) - Solution Correctness Tests (
.dev/tests_solutions/) - Solution execution tests (~99 tests) - Test Scripts - Helper scripts to run tests (
.batfor Windows,.shfor Linux/Mac)
# Windows
.dev\run_all_tests.bat
# Linux/Mac
.dev/run_all_tests.sh# Component tests
python -m pytest .dev/tests -v
# Solution tests
python -m pytest .dev/tests_solutions -vFor complete documentation, please see:
- Contributors Overview - Complete maintainer guide
- Testing Documentation - Comprehensive testing guide
- Documentation Architecture - Documentation structure
- Virtual Environment Setup - Environment setup guide
Note: This folder's contents are for maintainers only; general users need not be concerned.