]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add assert message to test doth/stress_http_quota.py
authorTom Krizek <tkrizek@isc.org>
Fri, 24 Nov 2023 14:32:09 +0000 (15:32 +0100)
committerTom Krizek <tkrizek@isc.org>
Tue, 5 Dec 2023 12:26:43 +0000 (13:26 +0100)
commit767f4670c6dd52be7ef2e468950ada89ace73ee7
tree23006b305b6029674d17dfcdf16e4eb9b68cc546
parent64ef6968f379fa220c2a2d76311705b4e248e286
Add assert message to test doth/stress_http_quota.py

This file is executed outside of pytest with pure python, which doesn't
do any AssertionError message rewriting like pytest. Ensure the assert
messages in this file provide a useful debug message.
bin/tests/system/doth/stress_http_quota.py