From 9f34526c6103f6cb221dfeba9b87549c1fb03c58 Mon Sep 17 00:00:00 2001 From: Christian Funkhouser Date: Fri, 5 Apr 2019 16:54:09 -0400 Subject: [PATCH] Remove forklifted comment that doesn't entirely make sense Signed-off-by: Christian Funkhouser --- tests/test_octodns_provider_splityaml.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/test_octodns_provider_splityaml.py b/tests/test_octodns_provider_splityaml.py index facd251..ff314f4 100644 --- a/tests/test_octodns_provider_splityaml.py +++ b/tests/test_octodns_provider_splityaml.py @@ -81,15 +81,6 @@ class TestSplitYamlProvider(TestCase): source.populate(dynamic_zone) self.assertEquals(5, len(dynamic_zone.records)) - # Assumption here is that a clean round-trip means that everything - # worked as expected, data that went in came back out and could be - # pulled in yet again and still match up. That assumes that the input - # data completely exercises things. This assumption can be tested by - # relatively well by running - # ./script/coverage tests/test_octodns_provider_yaml.py and - # looking at the coverage file - # ./htmlcov/octodns_provider_yaml_py.html - with TemporaryDirectory() as td: # Add some subdirs to make sure that it can create them directory = join(td.dirname, 'sub', 'dir')