summaryrefslogtreecommitdiffstats
path: root/etc/unittest/client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(etc/unittest): update async client test structurekqlio672024-10-151-18/+20
|
* Fix unittests, use Union typingHeiner Lohaus2024-02-231-3/+5
|
* Move some modules, create providers dirHeiner Lohaus2024-02-221-1/+1
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add unitests for the clientHeiner Lohaus2024-02-141-0/+54
Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop