pyvider-hcl 2025-11-11
Extracted unknown-type test into isolated file and simplified wrknv commands
7 files · 77+ · 50-

Isolated unknown type test

3 files changed
  • test_unknown_type_isolation.py New isolated test file for unknown-type inference (51 lines)
  • test_parser.py Removed test_auto_infer_cty_type_unknown_type (moved to isolation file)
  • pyproject.toml Added isolated marker and default addopts to skip isolated tests
  • Moved test_auto_infer_cty_type_unknown_type from test_parser.py to new tests/parser/test_unknown_type_isolation.py qualify internal
    2 files
    • test_unknown_type_isolation.py
    • test_parser.py
  • Marked with @pytest.mark.isolated to run separately and avoid pyvider-cty state pollution qualify internal
    1 file
    • test_unknown_type_isolation.py
  • Added isolated marker to pyproject.toml and set default addopts to -m 'not isolated' qualify behavioral
    1 file
    • pyproject.toml

Simplified wrknv.toml commands

2 files changed
  • wrknv.toml Removed uv run prefix from all task commands
  • settings.local.json Updated local Claude settings
  • Removed uv run prefix from all task commands (wrknv now assumes the virtual environment is already activated) baseline internal
    1 file
    • wrknv.toml

Removed reference SUMMARY

2 files changed
  • SUMMARY.md Deleted navigation structure file (15 lines)
  • mkdocs.yml Updated navigation to remove reference to deleted SUMMARY