Comment on S3 as a Git remote and LFS serverparentComments−flakes1ymoto server for testing S3 is pretty great. It’s about the same experience as using a minio container to run integration tests against.I use this, and testing.postgresql for unit testing my api servers with barely any mocks used at all.−neeleshs1yThere is also testcontainers. Supports multiple languages. Uses containers though.https://testcontainers-python.readthedocs.io/en/latest/
Comments
moto server for testing S3 is pretty great. It’s about the same experience as using a minio container to run integration tests against.
I use this, and testing.postgresql for unit testing my api servers with barely any mocks used at all.
There is also testcontainers. Supports multiple languages. Uses containers though.
https://testcontainers-python.readthedocs.io/en/latest/