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

Add CLI to unit testing #125

Merged
merged 8 commits into from
Oct 20, 2023
Merged

Add CLI to unit testing #125

merged 8 commits into from
Oct 20, 2023

Conversation

Whitelisted1
Copy link
Contributor

Adds CLI to the unit testing through github actions

The delete conversation test was raising errors of unknown cause
Limited the maximum number of unit tests that could be run in parallel in order to not have them interfere with each other
@Whitelisted1
Copy link
Contributor Author

It also appears like an email and password are not specified in the env variables, making the tests fail

@@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
max-parallel: 1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Soulter Soulter merged commit 36bfe85 into Soulter:master Oct 20, 2023
3 of 7 checks passed
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.

2 participants