Browse Source

Remove forklifted comment that doesn't entirely make sense

Signed-off-by: Christian Funkhouser <cfunkhouser@heroku.com>
pull/336/head
Christian Funkhouser 7 years ago
parent
commit
9f34526c61
No known key found for this signature in database GPG Key ID: 6894A9878C7FB782
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      tests/test_octodns_provider_splityaml.py

+ 0
- 9
tests/test_octodns_provider_splityaml.py View File

@ -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')


Loading…
Cancel
Save