# Test Suite for AI Coding Tools Repository Scripts
This directory contains comprehensive unit tests for the Python and JavaScript scripts in the `scripts/` directory.
## 📁 Structure
tests/
├── unit/
│ ├── test_generate_api.py # Tests for API generation
│ ├── test_generate_metadata.py # Tests for metadata generation
│ ├── test_compare_versions.py # Tests for version comparison
│ ├── test_analyze.js # Tests for repository analysis
│ ├── test_check_duplicates.js # Tests for duplicate detection
│ └── test_validate.js # Tests for structure validation
├── fixtures/ # Test fixtures (if needed)
├── run_tests.sh # Test runner script
└── README.md # This file