Browse Source

Another fix for test_ignores

pull/340/head
Simon Conseil 8 years ago
parent
commit
705e41a908
  1. 2
      tests/test_gallery.py

2
tests/test_gallery.py

@ -268,7 +268,7 @@ def test_ignores(settings, tmpdir):
tmp = str(tmpdir) tmp = str(tmpdir)
settings['destination'] = tmp settings['destination'] = tmp
settings['ignore_directories'] = ['*test2', 'accentué'] settings['ignore_directories'] = ['*test2', 'accentué']
settings['ignore_files'] = ['dir2/Hubble*', '*.png'] settings['ignore_files'] = ['dir2/Hubble*', '*.png', '*CMB_*']
gal = Gallery(settings, ncpu=1) gal = Gallery(settings, ncpu=1)
gal.build() gal.build()

Loading…
Cancel
Save