summaryrefslogtreecommitdiff
path: root/python/samba/tests/dns_forwarder_helpers
AgeCommit message (Expand)AuthorFilesLines
2023-11-30python: tests: update all super calls to python 3 style in testsRob van der Linde1-1/+1
2023-09-27python:tests: Fix invalid escape sequencesJoseph Sutton1-1/+1
2021-09-28libcli/dns.c: dns forwarder port test changesMatthew Grant1-1/+9
2021-04-28python: remove all 'from __future__ import print_function'Douglas Bagnall1-1/+1
2020-06-13python: do not always import socket_serverDouglas Bagnall1-1/+1
2019-02-01selftest: Move dns_hub.py into selftest directoryTim Beale1-154/+0
2019-02-01dns_hub: Fix flake8 warningsTim Beale1-5/+5
2019-01-19python: dns_hub: do not crash if a socket failsDouglas Bagnall1-2/+2
2019-01-17dns_hub: Rename variable to avoid naming collision in exception handlerTim Beale1-2/+2
2019-01-15python: dns_hub: Fix indentation of 'raise' on error.Jeremy Allison1-3/+1
2019-01-15selftest: add central dns forwarderVolker Lendecke1-0/+156
2018-12-10python/samba/tests: PY3 port samba.tests.dnsNoel Power1-1/+1
2018-12-10python/samba: Py3 Use new compat.sockerserver symbolNoel Power1-1/+1
2018-10-25py/tests: remove unused importsDouglas Bagnall1-2/+0
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+2
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+2
2018-03-23samba python tests: convert print func to be py2/py3 compatibleNoel Power1-1/+2
2016-05-03tests/dns_forwarder: Add testing for DNS forwardingGarming Sam1-0/+93