denominator
denominator copied to clipboard
cover more record types in BaseProviderLiveTest
ultradns takes significantly different code paths if a record is an A
or a CNAME
. There are also slightly different paths A
vs AAAA
. Right now, BaseProviderLiveTest
only tests multiple records which are A
. In order to get better coverage, we need to at least add tests for CNAME manipulation, if not also AAAA
.