1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

WIP: Backing out a lot of test churn now that YamlProvider has SUPPORTS_ROOT_NS flag

This commit is contained in:
Ross McFarland
2022-02-16 15:00:21 -08:00
parent f43833e9bb
commit adb01a982c
9 changed files with 42 additions and 62 deletions

View File

@@ -302,7 +302,7 @@ class TestManager(TestCase):
with open(join(tmpdir.dirname, 'empty.yaml')) as fh:
data = safe_load(fh, False)
# just to root NS
self.assertEqual(1, len(data))
self.assertEqual(0, len(data))
def test_dump_split(self):
with TemporaryDirectory() as tmpdir: