Commit Graph

3 Commits

Author SHA1 Message Date
CI Bot
123a4f7d1d fix: resolve CI linting and code quality issues
- Remove unused imports across all generator files
- Remove unused variables (spec, url_params, query_params, test_name)
- Fix f-strings without placeholders in auth.py and go.py
- Fix duplicate BASIC auth handling with wrong indentation
- Add missing pytest fixtures (sample_openapi_spec, temp_spec_file, temp_json_spec_file)
- Add missing TemplateRenderError import to generator files
2026-02-06 07:05:58 +00:00
CI Bot
839317c44b fix: add Gitea Actions CI workflow for automated testing 2026-02-06 06:37:08 +00:00
CI Bot
b536daa983 fix: add tests and project configuration for CI/CD
- Add tests directory with comprehensive test suite
- Add development configuration files (requirements-dev.txt, setup.cfg)
- Add pre-commit hooks and gitignore for project hygiene
- Ensure CI workflow has all necessary files to run 121 tests
2026-02-06 03:44:37 +00:00