From 9c7b77c4f7032007c11943149a7a5f76e1857603 Mon Sep 17 00:00:00 2001 From: Unai Zorrilla Castro Date: Fri, 6 Jul 2018 18:10:36 +0200 Subject: [PATCH] Modified readme --- test/readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/test/readme.md b/test/readme.md index 3b705ce36..65d6d8214 100644 --- a/test/readme.md +++ b/test/readme.md @@ -39,7 +39,6 @@ Then you can run all or selected tests, like in the following image: These Unit Tests have no any dependency with any external infrastructure or any other microservice and that's why you don't need to spin-up additional infrastructure (Database server or additional containers). - ## Running Functional/Integration Tests for specific microservices In this case, the Functional Tests do have dependencies with additional infrastructure. For instance, they might have dependencies with the microservices's database in the SQL Server container, the messaging broker (RabbitMQ container), etc.