provide-testkit 2025-10-23
Add early init system with PTH file installation
16 files · 1,021+ · 86-

Early initialization system

3 files changed
  • _early_init.py Early initialization bootstrap module
  • _install_pth.py PTH file installer for automatic early init
  • provide_testkit_init.pth PTH file for Python site-packages early loading
  • Created .pth-based early initialization system that bootstraps the test environment before pytest collection begins instantiate architectural
    3 files
    • _early_init.py
    • _install_pth.py
    • provide_testkit_init.pth

Early init tests and version bump

2 files changed
  • test_early_init.py Tests for early initialization module
  • test_pth_installation.py Tests for PTH file installation
  • Added tests for early init bootstrap and PTH installation qualify behavioral
    2 files
    • test_early_init.py
    • test_pth_installation.py
  • Bumped version number baseline internal
    1 file
    • VERSION