Files
2026-07-13 12:40:22 +08:00

11 lines
240 B
Python

"""
SuperClaude Framework Test Suite
Test organization:
- unit/ - Unit tests for individual components
- integration/ - Integration tests for component interactions
- fixtures/ - Shared test fixtures and helpers
"""
__version__ = "0.4.0"