test: add api and provider coverage

This commit is contained in:
2026-06-16 14:49:22 +02:00
parent 1bde596857
commit ce065c932a
6 changed files with 575 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "pikachu",
"is_legendary": false,
"habitat": { "name": "forest" },
"flavor_text_entries": [
{
"flavor_text": "Electric cheeks.",
"language": { "name": "en" }
}
]
}