Spaces:
Sleeping
Sleeping
| import pytest | |
| from verification.wiktionary_client import WiktionaryClient | |
| def wiktionary_client(): | |
| """Return a real Wiktionary client for integration tests.""" | |
| return WiktionaryClient() | |