Fixturematrix voor TOML-configuratie

Kies TOML-fixtures voor projectconfiguraties, appsettings en structurele fouten.

Hoe je deze matrix gebruikt

  • Dekt pyproject-achtige configuraties, appinstellingen en ongeldige tabellen.
  • Nuttig voor TOML-loaders, bootstrapvalidatie en parservergelijking.
  • Ondersteund door packs voor omgeving en compatibiliteit.

Open primaire bibliotheek

Deze matrix is gekoppeld aan de TOML-bibliotheekpagina en het manifest.

Fixture-rijen

Variant Profile Testfocus File Size Download
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 Download
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 Download
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 Download

Gerelateerde packs

Fixturepack voor omgevingsconfiguratie

Pack met ENV-, INI- en TOML-fixtures voor environment loading, configuratieprioriteit en bootstrapvalidatie.

environment_config_fixture_pack.zip · 2.4 KB

Fixturepack voor compatibiliteit van configparsers

Pack met YAML-, TOML-, XML- en INI-fixtures om parserverschillen en compatibiliteit van configuratietools te testen.

config_parser_compatibility_pack.zip · 1.6 KB

Gerelateerde workflows

Fixtures voor laden van omgevingen

ENV-, INI- en TOML-fixtures voor het laden van omgevingen, prioriteit van configuratie en validatie van application bootstrap.

Open Workflow

Fixtures voor compatibiliteit van configparsers

YAML-, TOML-, XML- en INI-fixtures om verschillen tussen parsers, foutafhandeling en compatibiliteit van configtooling te testen.

Open Workflow