Browse Source

Add some directories to ignore

pull/1047/head
Ross McFarland 2 years ago
parent
commit
e473c32bfb
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      tests/test_octodns_provider_yaml.py

+ 3
- 0
tests/test_octodns_provider_yaml.py View File

@ -316,6 +316,9 @@ xn--dj-kia8a:
touch(join(directory, 'README.txt'))
# not a zone.name.yaml
touch(join(directory, 'production.yaml'))
# non-zone directories
makedirs(join(directory, 'directory'))
makedirs(join(directory, 'never.matches'))
# basic yaml zone files
touch(join(directory, 'unit.test.yaml'))


Loading…
Cancel
Save