|
Option C Tools
|
Namespaces | |
| namespace | conftest |
| namespace | test_archive_rotation |
| namespace | test_docstring_fixing |
| namespace | test_format_async |
| namespace | test_format_changed |
| namespace | test_func_pattern_fixing |
| namespace | test_header_fixing |
| namespace | test_import_fixing |
| namespace | test_integration |
Formatter test suite.
Purpose
-------
Comprehensive tests for the OCT formatter module.
Responsibilities
----------------
- Test all formatter fix functions.
- Test integration and end-to-end behavior.
- Verify CLI integration.
Diagnostics
-----------
Domain: TESTS.FORMATTER
Levels:
L2 — test execution
L3 — test organization
L4 — fixture management
Contracts
---------
- All tests are independent and can run in any order.
- Fixtures are cleaned up after each test.