summaryrefslogtreecommitdiffstats
path: root/etc/unittest (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add Installation Guide for WindowsHeiner Lohaus2024-04-061-2/+2
| | | | Improve Contributors list in Readme
* Fix unittestsHeiner Lohaus2024-04-062-2/+11
|
* Add Groq and Openai interfaces, Add integration testsHeiner Lohaus2024-04-062-0/+26
|
* Fix unit test with missing requirementsHeiner Lohaus2024-03-121-2/+5
|
* Fix unittests, use Union typingHeiner Lohaus2024-02-231-3/+5
|
* Update client docs, Enable some testsHeiner Lohaus2024-02-221-15/+17
|
* Move some modules, create providers dirHeiner Lohaus2024-02-225-13/+25
| | | | | | Set min version for duckduckgo Make duckduckgo search async Remove get_lastet_version
* Add unitests for the clientHeiner Lohaus2024-02-143-7/+76
| | | | | Fix: async generator ignored GeneratorExit Fix: ResourceWarning: unclosed event loop
* Improve readme / unittestsHeiner Lohaus2024-01-292-16/+27
|
* Fix: ChromeDriver only supports characters in the BMPHeiner Lohaus2024-01-261-3/+2
| | | | Add set_cookies helper, Show last used model
* New minimum requirements (#1515)0.2.0.6H Lohaus2024-01-262-2/+18
| | | | | | | * New minimum requirements * Add ConversationStyleOptionSets to Bing * Add image.ImageRequest * Improve python version support * Improve unittests
* Fix: Model sometimes not converted #1507Heiner Lohaus2024-01-234-6/+40
|
* First checkout repoHeiner Lohaus2024-01-211-3/+3
|
* Improve testsHeiner Lohaus2024-01-216-58/+157
|
* Improve asserts in unittestsHeiner Lohaus2024-01-201-4/+5
|
* Fix unittests (#1472)H Lohaus2024-01-141-0/+1
| | | | | | | | | * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop
* Change doctypes style to GoogleHeiner Lohaus2024-01-141-0/+73
Fix typo in latest_version Fix Phind Provider Add unittest worklow and main tests