Skip to content

Integration tests

Ghost User requested to merge integration_tests into master

Server-independent integration test case parser/player written in Python. Currently the test is able to parse a subset of unbound test cases as described in:

The test cases are BSD licensed.

The Knot resolver mock context overrides the library calls to message sending functions, redirecting them to the server with scripted answers. The scenario can do following things:

  • Simulate system time
  • Provide scripted answers
  • Send queries, compare responses

Merge request reports