pyvider
2025-09-02
Continued provide.foundation migration across docs, CLI, and tests
111 files · 668+ · 62-
Documentation and CLI foundation integration
5 files changed
10-logging.mdUpdated logger import references to provide.foundationpyvider-provider-concept.mdUpdated logger import referencesmain.pyIntegrated with provide.foundation CLI infrastructurecomponents_commands.pyAdded @flexible_options decoratorconfig_commands.pyAdded @flexible_options decorator
- Updated documentation to reference from provide.foundation import logger instead of pyvider.telemetry
specify
behavioral
2 files
10-logging.mdpyvider-provider-concept.md
- Added @flexible_options decorator to CLI command groups and updated main module for foundation integration
decouple
behavioral
3 files
components_commands.pyconfig_commands.pymain.py
Test assertions updated for new logger paths
4 files changed
test_pyvider_cli.pyNew CLI test suite (201 lines)test_observability_contracts.pyUpdated to reference provide.foundation logger pathstest_tdd_deep_diagnostics.pyUpdated logger path referencesutils.pyRefactored handler utilities
- Added comprehensive CLI test suite in tests/cli/test_pyvider_cli.py (201 lines)
qualify
internal
1 file
test_pyvider_cli.py
- Updated test_observability_contracts.py and test_tdd_deep_diagnostics.py to reference provide.foundation logger paths
qualify
internal
2 files
test_observability_contracts.pytest_tdd_deep_diagnostics.py