bind9/bin/tests
Štěpán Balážik 963ef9cb8e Replace Optional["T"] with "T | None"
In Python 3.10 strings don't support the | operator, so ruff doesn't
attempt to fix these. Quote the entire type specification to avoid the
typing.Optional import.

Alternatives I considered:
- leaving it as is (only use of Optional in the code base)
- using `from future import __annotations__` (replacing one import with
  another one)

(cherry picked from commit 1d5924c82f)
2026-02-25 13:33:25 +01:00
..
startperf Reformat shell scripts with shfmt 2023-10-26 10:23:50 +02:00
system Replace Optional["T"] with "T | None" 2026-02-25 13:33:25 +01:00
testdata/wire
.gitignore Move environment variables from conf.sh to pytest 2024-05-09 17:08:08 +02:00
convert_trs_to_junit.py Remove superfluous 'pylint: disable' directives 2026-02-25 13:33:25 +01:00
Makefile.am Fix pylint's 'invalid-name' errors 2026-02-25 13:15:05 +01:00
test_client.c TLS SNI - add low level support for SNI to the networking code 2024-12-26 18:31:03 +02:00
test_server.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
wire_test.c Finalize removal of memory debug flags size and mctx 2024-12-06 03:13:14 +00:00