From d3628dad0c8d542d3968f7f9dc93f1bed2c1f2a9 Mon Sep 17 00:00:00 2001 From: Sandro Castillo Date: Mon, 23 Nov 2020 12:11:33 -0500 Subject: [PATCH 1/3] fix: #000 commit rebuild --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e7fddaa4..f4e4aa58 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,10 @@ are working well together. These are the default tests we should run: python3 -m pytest -v --ignore=tests/commons/data_access_layer/azure/sql_repository_test.py ``` +```run a one test +pytest -v -k name-test +``` + As you may have noticed we are ignoring the tests related with the repository. From 3d85eb9712c660918786f32c81c97e6e83217d07 Mon Sep 17 00:00:00 2001 From: Sandro Castillo Date: Mon, 23 Nov 2020 12:14:14 -0500 Subject: [PATCH 2/3] fix: #000 how run a single test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e4aa58..86c8e202 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ are working well together. These are the default tests we should run: python3 -m pytest -v --ignore=tests/commons/data_access_layer/azure/sql_repository_test.py ``` -```run a one test +```how run a sigle test pytest -v -k name-test ``` From df92f1cf28af7bce93682b6960594904027db0f8 Mon Sep 17 00:00:00 2001 From: Jose Puebla Date: Mon, 23 Nov 2020 16:26:57 -0500 Subject: [PATCH 3/3] fix: #000 fix sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c8e202..881d9751 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ are working well together. These are the default tests we should run: python3 -m pytest -v --ignore=tests/commons/data_access_layer/azure/sql_repository_test.py ``` -```how run a sigle test +```to run a sigle test pytest -v -k name-test ```