From e030bcc9a5b8eca06fba5d170dedb4bf124503c3 Mon Sep 17 00:00:00 2001 From: Mehdi Hadeli Date: Wed, 20 Sep 2023 16:44:44 +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 1d411573..c1551342 100644 --- a/readme.md +++ b/readme.md @@ -40,7 +40,7 @@ For more advance projects, with two `microservices` and `modular monolith archit - ✅ 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 their real dependencies using docker containers (cleanup tests) and [testcontainers-go](https://github.com/testcontainers/testcontainers-go) library -- ✅ Using BDD style for tests on top of [onsi/ginkgo](https://github.com/onsi/ginkgo) library +- ✅ Using `BDD` style for tests on top of [onsi/ginkgo](https://github.com/onsi/ginkgo) library - ✅ Using `Zap` and structured logging - ✅ Using `Viper` for configuration management - ✅ Using docker and `docker-compose` for deployment