Skip to content

Add retry strategy - #30

Merged
sinan-ozel merged 1 commit into
mainfrom
add-retry-openapi-fetch
Apr 10, 2026
Merged

Add retry strategy#30
sinan-ozel merged 1 commit into
mainfrom
add-retry-openapi-fetch

Conversation

@sinan-ozel

Copy link
Copy Markdown
Owner

🧪 Pull Request Checklist

Development Environment: There is a devcontainer if you are using VS Code, you can just run that and you will not need to install anything. Otherwise, rely on pyprojext.toml

  • Existing Tests: Run all containerized tests before submitting the PR

    • VS Code task: test
    • CLI:
      docker compose -f ./tests/docker-compose.yaml --project-directory ./tests up --build --abort-on-container-exit --exit-code-from test
  • New Tests:

    • Add your own mock server if needed, then add integration tests using:
      subprocess.run(['pytest', '--openapi=http://your-server:8000'])
      See the current test implementation under tests/test_integration.py
  • Lint / Reformat: Ensure code is properly formatted before PR

    • VS Code task: lint
    • CLI:
      docker compose -f ./lint/docker-compose.yaml --project-directory ./lint up --build --abort-on-container-exit --exit-code-from linter
  • Documentation: Add or update documentation for any new functionality

Dev Release: After merge, verify the dev release and update version numbers as needed

@sinan-ozel
sinan-ozel merged commit 4c2dd69 into main Apr 10, 2026
14 checks passed
@sinan-ozel
sinan-ozel deleted the add-retry-openapi-fetch branch April 10, 2026 02:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant