summaryrefslogtreecommitdiff
path: root/tests/test_xfr.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove curio support.Bob Halley2023-03-121-18/+0
|
* on windows, skip curio xfr tooBob Halley2022-06-111-1/+5
|
* black autoformattingBob Halley2022-03-151-219/+250
|
* Remove 3.6-specific code.Bob Halley2022-03-051-9/+1
| | | | | We still have to add AsyncExitStacks, and this requires making the associated socket wrappers async context managers.
* Do some basic xfr checks with an unversioned zone too.Bob Halley2021-07-051-0/+20
|
* remove or comment out some prints in testsBob Halley2021-05-231-1/+0
|
* Eliminate the need for a serial parameter to inbound_xfr()Bob Halley2021-05-181-0/+15
|
* is_udp is better as Inbound attribute not parameter to process_message(). ↵Bob Halley2020-08-221-3/+36
| | | | Increase coverage.
* Implement new inbound xfr design.xfrBob Halley2020-08-211-0/+714