test_image - rename the class

This commit is contained in:
Simon
2012-07-15 22:45:33 +02:00
parent 42e15841ca
commit 34510f0050

View File

@@ -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"