This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
from 7cfb59b0d8 Add AuTest and Doc for DELETE method (#12883)
add 0fb268b07e hrw4u: Allows bulk compilation of many files (faster)
(#12865)
No new revisions were added by this update.
Summary of changes:
doc/admin-guide/configuration/hrw4u.en.rst | 49 +++++-
tools/hrw4u/scripts/hrw4u | 27 +--
tools/hrw4u/scripts/u4wrh | 27 +--
tools/hrw4u/src/common.py | 104 ++++++++++++
tools/hrw4u/src/hrw_visitor.py | 2 +-
.../hrw4u/tests/{test_examples.py => test_bulk.py} | 37 +++--
tools/hrw4u/tests/test_cli.py | 184 +++++++++++++++++++++
tools/hrw4u/tests/utils.py | 70 ++++++++
8 files changed, 447 insertions(+), 53 deletions(-)
copy tools/hrw4u/tests/{test_examples.py => test_bulk.py} (54%)
create mode 100644 tools/hrw4u/tests/test_cli.py