-
Notifications
You must be signed in to change notification settings - Fork 34
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
Refactor: integration tests #1543
Conversation
The good thing @korgan00 is that for me, locally, all the tests are working. So as we were assuming probably something related with your computer. There are some problems with a couple of tests I think due to permissions. I will try to take a look these days and let you know but awesome work here ❤️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Four things for the PR, @korgan00:
- Thanks to the refactor now I think we can remove the action that it was running manually the tests: docker-build.yaml
- If I pass the tests locally an archive is created under
tests/
with the formatdownloaded_*.tar
. I propose to add that pattern to the.gitignore
to avoid push those files.
I think next two can be managed in another PR:
- It would be nice if we can refactor too the action for LocalClient as we commented in the internal issue.
06_function.py
is not being tested. This is normal because it was not being tested before either but the preparation can be a bit different. Let's connect Monday and I can give you some guidance around it.
Overall, awesome job here again, @korgan00. It looks awesome!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM @korgan00
We can continue working in the last two points in other PRs 😄
Summary
Details and comments