From: Eli Bendersky Date: Wed, 7 Mar 2018 13:23:18 +0000 (-0800) Subject: Enable --parallel tests for readelf in the tox config X-Git-Tag: v0.25~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ef59f56ff0f1caf09653b412eba5a0c41e368fd;p=pyelftools.git Enable --parallel tests for readelf in the tox config --- diff --git a/CHANGES b/CHANGES index a014d56..b00fe3f 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,8 @@ Changelog - Add Python 3.5 testing to the tox file. - Minor bugfixes (#118) - Cleanup: Use argparse instead of optparse + - Make readelf comparison tests run in parallel using multiprocessing; cuts + testing time 3-5x + Version 0.24 (04.08.2016) diff --git a/tox.ini b/tox.ini index 2a4eaf5..7e9b484 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ envlist = py27,py34,py35 commands = python test/run_all_unittests.py python test/run_examples_test.py - python test/run_readelf_tests.py + python test/run_readelf_tests.py --parallel