Alex Willmer
|
e7d9ec86f9
|
Allow independant control of coverage erase and reporting
|
2019-02-09 19:49:01 +00:00 |
Alex Willmer
|
6f17ede28b
|
Fix incorrect attempt to use coverage
Looks like this was a copy and paste mistake
|
2019-02-09 19:47:06 +00:00 |
Alex Willmer
|
e7d70b109b
|
Generate coverage report even if some tests fail
`set -o errexit` was exiting run_tests prematurely if any test failed,
so the coverage report was not always generated.
|
2019-02-09 14:50:54 +00:00 |
David Wilson
|
cab0b2cb9a
|
issue #477: add mitogen_py24 CI test type.
Butcher the crap out of run_tests because we don't have/want/need
coverage on 2.4.
|
2019-01-26 22:00:30 +00:00 |
David Wilson
|
2a6dbb038f
|
Pythonize, split out and parallelize all jobs.
|
2018-11-06 18:16:20 +00:00 |
David Wilson
|
62f7963da9
|
tests: make ansible/tests/ run in run_tests.
|
2018-10-02 20:43:48 +01:00 |
David Wilson
|
dd62009f70
|
Record ulimit -a in run_test output.
|
2018-07-07 14:55:47 +01:00 |
David Wilson
|
475d459185
|
issue #164: rename 'test' to 'run_tests' to avoid tab complete conflict
|
2018-04-04 16:00:09 +01:00 |