Refined modularized test suites and updated Makefile
271 files · 3,276+ · 3,378-

Test refinement

8 files changed
  • test_context.py Simplified test context setup code (25 lines removed)
  • test_encryption.py Reduced boilerplate in encryption tests (17 lines)
  • test_errors.py Reduced boilerplate in error tests (31 lines)
  • test_lifecycle.py Reduced boilerplate in lifecycle tests (28 lines)
  • test_performance.py Simplified performance test setup (22 lines)
  • test_timed_token.py Reduced boilerplate in timed token tests (12 lines)
  • test_test_only_components.py Improved test-only component tests with better assertions (86 lines changed)
  • test_pyvider_provider.py Updated provider test with test improvements (8 lines)
  • Simplified all 6 modularized test suites by reducing setup code and removing boilerplate qualify internal
    2 files
    • test_context.py
    • test_encryption.py
  • Improved test_test_only_components.py with better assertions (86 lines changed) qualify internal
    1 file
    • test_test_only_components.py

Build and configuration

3 files changed
  • Makefile.backup.20251110 Created Makefile backup before changes
  • orientation.md Updated orientation guide
  • VERSION Updated version number
  • Created Makefile backup and updated build configuration baseline internal
    2 files
    • Makefile.backup.20251110
    • VERSION
  • Updated scripts/build_docs_and_examples.py with minor fixes remediate internal
    1 file
    • build_docs_and_examples.py