Skip to content

Conversation

@simonrosenberg
Copy link
Owner

…crets

  • Add comprehensive integration tests for OpenAI LLM that use real API calls
  • Create GitHub Actions CI workflow that runs unit tests on all PRs/pushes
  • Run integration tests only on main branch pushes using OPENAI_API_KEY secret
  • Add pytest markers for integration tests with proper skip logic
  • Update README with detailed instructions for running integration tests
  • Add documentation for setting up GitHub secrets for OpenAI API key
  • Integration tests are skipped by default unless OPENAI_API_KEY is set
  • Tests cover generate(), chat(), factory methods, and parameter validation

…crets

- Add comprehensive integration tests for OpenAI LLM that use real API calls
- Create GitHub Actions CI workflow that runs unit tests on all PRs/pushes
- Run integration tests only on main branch pushes using OPENAI_API_KEY secret
- Add pytest markers for integration tests with proper skip logic
- Update README with detailed instructions for running integration tests
- Add documentation for setting up GitHub secrets for OpenAI API key
- Integration tests are skipped by default unless OPENAI_API_KEY is set
- Tests cover generate(), chat(), factory methods, and parameter validation
@openhands-ai
Copy link

openhands-ai bot commented Jul 31, 2025

Looks like there are a few issues preventing this PR from being merged!

  • GitHub Actions are failing:
    • CI

If you'd like me to help, just leave a comment, like

@OpenHands please fix the failing actions on PR #6

Feel free to include any additional details that might help me get this PR into a better state.

You can manage your notification settings

@simonrosenberg
Copy link
Owner Author

I added the openai key to the github secrets.
Please make sure the tests are passing @OpenHands

@openhands-ai
Copy link

openhands-ai bot commented Jul 31, 2025

I'm on it! simonrosenberg can track my progress at all-hands.dev

@simonrosenberg
Copy link
Owner Author

@OpenHands the tests are failing

@openhands-ai
Copy link

openhands-ai bot commented Jul 31, 2025

I'm on it! simonrosenberg can track my progress at all-hands.dev

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.

3 participants