pyvider-hcl 2025-10-13
Enhanced pytest configuration with markers and async settings
2 files · 76+ · 66-

Pytest configuration expanded with markers and discovery patterns

2 files changed
  • pyproject.toml Added async fixture scoping, test discovery patterns, custom markers, and cleaned up pythonpath formatting
  • uv.lock Regenerated lock file with updated dependency versions
  • Re-enabled log_cli_level = “DEBUG” for test output qualify behavioral
    1 file
    • pyproject.toml
  • Added asyncio_default_fixture_loop_scope = “function” for proper async fixture scoping qualify internal
    1 file
    • pyproject.toml
  • Added explicit python_classes = [“Test*”] and python_functions = [“test_*”] discovery patterns qualify internal
    1 file
    • pyproject.toml
  • Added custom markers: slow, integration, and unit for selective test execution qualify internal
    1 file
    • pyproject.toml
  • Cleaned up pythonpath formatting (removed trailing comma) qualify errata
    1 file
    • pyproject.toml