You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While #37 solves funcioning of Atum on the S3 persistence layer, it would be quite beneficial in terms of project quality to cover these routines via integration tests as well. (There are unit tests present, but still)
Couple of options come to mind to be able to write sufficient integration tests:
using a specific library just for s3, maybe Findify's s3mock (This is currently written for SDK v1, but we are using SDK v2 already) or a similar alternative
running against a real dedicated S3 bucket set up specifically for S3 integrations tests
?
The text was updated successfully, but these errors were encountered:
While #37 solves funcioning of Atum on the S3 persistence layer, it would be quite beneficial in terms of project quality to cover these routines via integration tests as well. (There are unit tests present, but still)
Couple of options come to mind to be able to write sufficient integration tests:
The text was updated successfully, but these errors were encountered: