Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Action for testing #38

Merged
merged 3 commits into from
Jul 5, 2023

Conversation

cristobalcl
Copy link
Contributor

Fix #36

Changes:

  • Add Github Action that triggers tests with any push, and for pull requests to main.
  • Added pytest to Poetry as a dev dependency.
  • Add poetry.lock (it's good practice to add to the repo)

Details:

  • It uses Poetry for tests.
  • It runs tests for Python 3.9 and 3.10.

@cristobalcl
Copy link
Contributor Author

You can take a look at the current results here: https://github.com/cristobalcl/openai_function_call/actions

@jxnl
Copy link
Owner

jxnl commented Jul 5, 2023

Dude thanks!!!

@jxnl jxnl merged commit 7853b12 into jxnl:main Jul 5, 2023
2 checks passed
jxnl pushed a commit that referenced this pull request Jul 8, 2023
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.

Add some basic ci for pytest
2 participants