provide-testkit
2025-10-22
Add coverage analysis scripts and expand test suite across modules
36 files · 1,578+ · 96-
Coverage analysis tooling
3 files changed
analyze_results.pyScript to analyze test coverage resultsrun_tests.shShell script to run tests with coverageREADME.mdCoverage tooling documentation
- Added coverage analysis scripts for detailed test coverage reporting and analysis
instantiate
behavioral
2 files
analyze_results.pyrun_tests.sh
Test suite expansion
3 files changed
test_concurrency_strategies.pyTests for concurrency chaos strategiestest_io_strategies.pyTests for IO chaos strategiestest_time.pyTests for time mocking
- Added tests for chaos concurrency/IO strategies and time mocking module
qualify
behavioral
3 files
test_concurrency_strategies.pytest_io_strategies.pytest_time.py
Fixture and module updates
3 files changed
subprocess_fixtures.pyUpdated subprocess fixturesbasic_fixtures.pyUpdated threading fixturescontrolled.pyUpdated controlled time module