summaryrefslogtreecommitdiffstats
path: root/etc/unittest/client.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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