Commit Graph

7 Commits

Author SHA1 Message Date
Alex Baranov
77ccac8d34 Upgrade golangci-lint to 2.1.5 (#986)
* Upgrade golangci-lint to 2.1.5

* update action
2025-05-03 22:39:47 +01:00
Oleksandr Redko
6836cf6a6f Remove redundant typecheck linter (#955) 2025-04-29 14:36:38 +01:00
Alex Baranov
261721bfdb Fix linter (#943)
* fix lint

* remove linters
2025-02-25 16:56:35 +00:00
Oleksandr Redko
7a2915a37d Simplify tests with T.TempDir (#929) 2025-01-31 18:55:41 +00:00
Ayush Sawant
b3ece4d32e Updated client_test to solve lint error (#900)
* updated client_test to solve lint error

* modified golangci yml to solve linter issues

* minor change
2024-11-19 20:37:10 +00:00
sashabaranov
b6e0908977 Run tests on PR (#57)
* run tests on PR

* fix tests+lint

* update linter config
2023-01-28 22:32:23 +04:00
Oleg
d63df93c65 Add OpenAI Mock Server (#31)
* add constants for completions, refactor usage, add test server

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>

* append v1 endpoint to test

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>

* add makefile for easy targets

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>

* lint files & add linter

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>

* disable real API tests in short mode

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>

Signed-off-by: Oleg <97077423+RobotSail@users.noreply.github.com>
2022-08-11 15:29:23 +06:00