From a2ce16e3535c2f6d1be8cfe888e6690afc29fbae Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Thu, 24 Aug 2023 15:11:37 +0330 Subject: [PATCH] docs: update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 631537e0..db1d7374 100644 --- a/readme.md +++ b/readme.md @@ -38,7 +38,7 @@ For more advance projects, with two `microservices` and `modular monolith archit - ✅ Using `OpenTelemetry` for collection `Distributed Tracing` with using Jaeger and Zipkin - ✅ Using `OpenTelemetry` for collection `Metrics` with using Prometheus and Grafana - ✅ Using Unit test for testing small units with mocking dependent classes and using [Mockery](https://github.com/vektra/mockery) for mocking dependencies -- ✅ Using `End2End Test` and `Integration Test` for testing features with all of its real dependeinces using docker containers (cleanup tests) and [testcontainers-go](https://github.com/testcontainers/testcontainers-go) library +- ✅ Using `End2End Test` and `Integration Test` for testing features with all of their real dependeinces using docker containers (cleanup tests) and [testcontainers-go](https://github.com/testcontainers/testcontainers-go) library - ✅ Using `Zap` and structured logging - ✅ Using `Viper` for configuration management - ✅ Using docker and `docker-compose` for deployment