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.pyNew isolated test file for unknown-type inference (51 lines)test_parser.pyRemoved test_auto_infer_cty_type_unknown_type (moved to isolation file)pyproject.tomlAdded isolated marker and default addopts to skip isolated tests
- Moved
test_auto_infer_cty_type_unknown_typefromtest_parser.pyto newtests/parser/test_unknown_type_isolation.pyqualify internal2 files
test_unknown_type_isolation.pytest_parser.py
- Marked with
@pytest.mark.isolatedto run separately and avoid pyvider-cty state pollution qualify internal1 file
test_unknown_type_isolation.py
- Added
isolatedmarker to pyproject.toml and set defaultaddoptsto-m 'not isolated'qualify behavioral1 file
pyproject.toml
Simplified wrknv.toml commands
2 files changed
wrknv.tomlRemoved uv run prefix from all task commandssettings.local.jsonUpdated local Claude settings
Removed reference SUMMARY
2 files changed
SUMMARY.mdDeleted navigation structure file (15 lines)mkdocs.ymlUpdated navigation to remove reference to deleted SUMMARY