Renamed some tests.

This commit is contained in:
Raoul Snyman 2012-12-07 23:15:10 +02:00
parent 9934a41d48
commit 25c64d5651
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from mock import MagicMock, patch
from openlp.core.lib import str_to_bool, translate, check_directory_exists
class TestLibModule(TestCase):
class TestLib(TestCase):
def str_to_bool_with_bool_test(self):
"""

View File

@ -5,7 +5,7 @@ from unittest import TestCase
from mock import patch
from openlp.core.utils import AppLocation, _get_frozen_path
from openlp.core.utils import AppLocation
class TestAppLocation(TestCase):
"""