Rethinking Container-Based Service Tests: A Cautionary Tale
Unit tests with mocking external deps are more efficient than service tests with Testcontainers, allowing devs to deploy branches quickly & reducing testing/troubleshooting issues.
Unit tests with mocking external deps are more efficient than service tests with Testcontainers, allowing devs to deploy branches quickly & reducing testing/troubleshooting issues.
Temporary storage of request metadata in API service using Django Ninja and filesystem for data aggregation.