Draft: Property based unit tests for DNS library
This is an example how to make property-based unit tests for our C libraries.
Most notably this MR is missing build & test execution glue.
Build with:
cd tests/dns
python name_test_pythonbuild.py
Run tests with:
LD_PRELOAD=/usr/lib/libjemalloc.so pytest
Edited by Petr Špaček