From 5101464e3beb2f27f387b039fda8db6239e535c3 Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Wed, 12 May 2021 05:30:26 -0300 Subject: [PATCH] add integration tests command on install.md --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 29bfb3473..b62d6e828 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -104,10 +104,11 @@ Alternative installation methods are available [at Elasticsearch website](https: -To run the unit tests from the repo directory: +To run the unit and integration tests from the repo directory: ``` python -m unittest discover tests.unit + python -m unittest discover tests.integration ``` ## Usage