TOML use case
TOML voorbeeldbestand voor Config and Pyproject Parsing
Validate TOML config ingestion, pyproject-style parsing, and app-settings handling with real TOML configuration fixtures.
139 B
Manifest JSON
SHA256
Starter file
Download
toml_app_settings_sample.toml
Checklist
Testing Steps
- Compare parsing behavior across app-settings, pyproject-style, and larger TOML files in the same tooling path.
- Verify table structure, arrays, and file-size handling before changing TOML parser or import rules.
- Confirm TOML configuration controls preserve expected preview and validation output across tools.
Companion fixtures
Related Variants
Next steps