summaryrefslogtreecommitdiffstats
path: root/etc/unittest/async_client.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-04-12Add unittests for async client (#1830)0.2.9.5H Lohaus1-19/+19
* Add unittests for async client * Add pollyfill for anext * Update integration tests
2024-02-23Fix unittests, use Union typingHeiner Lohaus1-3/+5
2024-02-22Move some modules, create providers dirHeiner Lohaus1-1/+1
Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
2024-02-14Add unitests for the clientHeiner Lohaus1-0/+54
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop