provide-testkit 2025-10-21
Add process system fixtures and improve fixture registration
9 files · 309+ · 134-

Process system fixtures

3 files changed
  • system_fixtures.py New system-level process fixtures (signals, env vars)
  • __init__.py Updated process subpackage exports
  • fixtures.py Updated process fixtures integration
  • Added system-level process fixtures for signal handling and environment variable management in tests instantiate behavioral
    2 files
    • system_fixtures.py
    • fixtures.py

Pytest plugin and conftest improvements

2 files changed
  • pytest_plugin.py Improved fixture registration in pytest plugin
  • conftest.py Updated conftest for new fixtures
  • Fixed fixture registration in pytest plugin for new process system fixtures harden internal
    2 files
    • pytest_plugin.py
    • conftest.py