diff --git a/tests/test_image.py b/tests/test_image.py index ec3f865..109abab 100644 --- a/tests/test_image.py +++ b/tests/test_image.py @@ -7,8 +7,8 @@ import unittest from sigal.image import Gallery from sigal.settings import read_settings -class TestSettings(unittest.TestCase): - "Read a settings file and check that the configuration is well done." +class TestGallery(unittest.TestCase): + "Test the Gallery class." def setUp(self): "Read the sample config file"