superclaude-org--superclaude_framework
11 行
240 B
Python
11 行
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"
|