diff --git a/tests/test_utils.py b/tests/test_helpers.py similarity index 99% rename from tests/test_utils.py rename to tests/test_helpers.py index f14c8be6..46be0a17 100644 --- a/tests/test_utils.py +++ b/tests/test_helpers.py @@ -15,7 +15,7 @@ from acrylamid import helpers from acrylamid import AcrylamidException -class TestUtils(unittest.TestCase): +class TestHelpers(unittest.TestCase): def setUp(self): log.init('acrylamid', level=40)