projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ff5f74
)
Enable --parallel tests for readelf in the tox config
author
Eli Bendersky
<eliben@gmail.com>
Wed, 7 Mar 2018 13:23:18 +0000
(
05:23
-0800)
committer
Eli Bendersky
<eliben@gmail.com>
Wed, 7 Mar 2018 13:23:18 +0000
(
05:23
-0800)
CHANGES
patch
|
blob
|
history
tox.ini
patch
|
blob
|
history
diff --git
a/CHANGES
b/CHANGES
index a014d56a81f281ce21a02b05565d25dacd8088b1..b00fe3ffc32f2c5525333fc03fde4a3cbbcab683 100644
(file)
--- 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 2a4eaf58d07b2b38d4f04b96c082d98e271a41a5..7e9b48468c902a4f8f3d3791b05ae00ccbac0427 100644
(file)
--- 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