Skip to content

Add a pytest runner to run.sh

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

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.

Closes #725 (closed)

Merge request reports