Add test scripts and update build configuration for provider verification
8 files · 516+ · 8-

Provider test scripts

4 files changed
  • test_env.py Environment verification test script
  • test_minimal.py Minimal provider functionality test
  • test_provider.py Full provider integration test
  • test_provider_components.py Component registration and discovery test
  • Created test scripts for verifying environment setup, minimal functionality, provider integration, and component discovery qualify behavioral
    4 files
    • test_env.py
    • test_minimal.py
    • test_provider.py
    • test_provider_components.py

Build configuration updates

4 files changed
  • pyproject.toml Updated project configuration
  • wrkenv.toml Updated work environment settings
  • env.ps1 Updated PowerShell environment
  • env.sh Updated Bash environment
  • Updated pyproject.toml and environment configuration files baseline internal
    2 files
    • pyproject.toml
    • wrkenv.toml