Merge pull request #1086 from marshallmain/doc-update

add single test run instructions to docs
This commit is contained in:
marshallmain
2020-01-06 13:16:24 -05:00
committed by GitHub
+3
View File
@@ -39,6 +39,9 @@ Alternatively, if you wish to control what you are doing you have several additi
* you can just run your favorite runner in the ``test_elasticsearch`` directory
(verified to work with nose and py.test) and bypass the fetch logic entirely.
* to run a specific test, you can use ``python3 setup.py test -s <test_name>``, for example
``python3 setup.py test -s test_elasticsearch.test_helpers.TestParallelBulk.test_all_chunks_sent``
To install all test dependencies you can also run ``pip install -e .[develop]``.
Run Elasticsearch in a Container