TOML-Konfigurations-Fixture-Matrix
Waehlen Sie TOML-Fixtures fuer Projektkonfigurationen, App-Settings und Strukturfehler.
So verwenden Sie diese Matrix
- Deckt pyproject-aehnliche Konfigurationen, App-Settings und ungueltige Arrays ab.
- Nutzlich fuer TOML-Loader, Bootstrap-Validierung und Parser-Vergleiche.
- Verankert in Environment- und Kompatibilitaets-Packs.
Primaerbibliothek oeffnen
Diese Matrix ist an die TOML-Bibliothek und deren Manifest gebunden.
Fixture-Zeilen
| Variante | Profil | Testfokus | Datei | Groesse | Herunterladen |
|---|---|---|---|---|---|
|
Pyproject-Style TOML
Good baseline for TOML parsers that read project metadata and tool-specific sections.
|
Metadata config | Tooling and package metadata | toml_pyproject_style_sample.toml |
224 B | Herunterladen |
|
App Settings TOML
Useful for config loaders that hydrate nested runtime settings and numeric limits.
|
Nested runtime config | Server and limits settings | toml_app_settings_sample.toml |
139 B | Herunterladen |
|
Invalid Array TOML
Targets parser compatibility and negative-case validation for malformed TOML.
|
Broken config fixture | Array syntax failure | toml_invalid_array_sample.toml |
99 B | Herunterladen |
Verwandte Pakete
Fixture-Paket fuer Environment-Konfiguration
Paket mit echten ENV-, INI- und TOML-Fixtures fuer Environment-Loading, Config-Prioritaeten und App-Bootstrap.
environment_config_fixture_pack.zip · 2.4 KB
Config-Parser-Kompatibilitaets-Paket
Paket mit echten ENV-, INI-, TOML-, YAML- und XML-Fixtures zum Vergleich von Parsern, Fehlermeldungen und Validierungsrichtlinien.
config_parser_compatibility_pack.zip · 1.6 KB
Verwandte Workflows
Fixtures fuer Environment-Loading
ENV-, INI- und TOML-Fixtures fuer Environment-Loading, Config-Prioritaeten und die Validierung von App-Bootstrap.
Workflow oeffnenFixtures fuer Config-Parser-Kompatibilitaet
ENV-, INI-, TOML-, YAML- und XML-Fixtures zum Vergleich von Parserverhalten und zur Validierung von Kompatibilitaetspfaden.
Workflow oeffnenVerwandte Strategie-Seiten
Beste-Format-Guides
Use-Case-Guides
Konvertierungs-Guides
Direkte Vergleiche