pyvider
2025-09-12
Integrated provide-testkit for shared test fixtures and updated retry API
114 files · 538+ · 27-
Provide-testkit integration for shared test fixtures
4 files changed
pyproject.tomlAdded provide-testkit as dev dependency with editable local pathconftest.pyImport clean_event_loop fixture from provide.testkit with fallbacktest_pyvider_cli.pyUse testkit temp_file fixture instead of manual tempfile managementtest_encryption_unit.pyUse testkit temp_file fixture for config file creation
- Added provide-testkit as a dev dependency with editable local path source
baseline
internal
1 file
pyproject.toml
- Updated test files to use testkit fixtures (clean_event_loop, temp_file) with fallback implementations
qualify
behavioral
3 files
conftest.pytest_pyvider_cli.pytest_encryption_unit.py
Component discovery retry API parameter renamed
1 file changed
discovery.pyChanged retry_on_error delay parameter to base_delay
- Changed retry_on_error(max_attempts=2, delay=1.0) to retry_on_error(max_attempts=2, base_delay=1.0) to match updated provide.foundation retry API
remediate
behavioral
1 file
discovery.py