]> 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 13:27:37 +0000 (14:27 +0100)
commitad133d4c1cdc6d05cdce97599db34889d7890f43
tree91c928668b8fd8d4de7f6b61767c55edba21ed0d
parent46925fb8f5c708580efdc54d475785ed47feae9d
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.

(cherry picked from commit 767f4670c6dd52be7ef2e468950ada89ace73ee7)
bin/tests/system/doth/stress_http_quota.py