From 5a1e36d2ee17ab5d65f87668145b75f30fef79be Mon Sep 17 00:00:00 2001 From: Luis M Mahiques Carrasco Date: Sun, 26 Jul 2020 13:03:25 +0200 Subject: [PATCH 1/2] =?UTF-8?q?fixed=20typos=20=F0=9F=98=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- docs/filtering.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14ad118..826c42e 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Run the spec file and enjoy that all tests are green! ## Settings Mamba provides a way to configuration using `spec/spec_helper.py` or `specs/specs_helper.py` -This module function is readed after parsing arguments so configure function overrides settings +This module function is read after parsing arguments so configure function overrides settings A sample config file : diff --git a/docs/filtering.rst b/docs/filtering.rst index 7910cf2..7945f18 100644 --- a/docs/filtering.rst +++ b/docs/filtering.rst @@ -74,7 +74,7 @@ Or run only unit tests: $ pipenv run mamba -t unit -Or tun only integration tests +Or run only integration tests :: From dea99db827dbb70641448b5fe5784e058b2d9319 Mon Sep 17 00:00:00 2001 From: Luis M Mahiques Carrasco Date: Sun, 26 Jul 2020 13:51:31 +0200 Subject: [PATCH 2/2] one more fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 826c42e..60eb547 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ Run the spec file and enjoy that all tests are green! ## Settings -Mamba provides a way to configuration using `spec/spec_helper.py` or `specs/specs_helper.py` +Mamba provides a way to configuration using `spec/spec_helper.py` or `specs/spec_helper.py` This module function is read after parsing arguments so configure function overrides settings A sample config file :