Skip to content

Add a pytest runner to run.sh

Ondřej Surý requested to merge 725-prepare-system-tests-for-pytest-v9_16 into v9_16

The system tests currently uses patchwork of shell scripts which doesn't offer proper error handling.

This commit introduced option to write new tests in pytest framework that also allows easier manipulation of DNS traffic (using dnspython), native XML and JSON manipulation and proper error reporting.

(cherry picked from commit cf510593)

Closes #725 (closed)

Merge request reports