forked from openlp/openlp
Renamed some tests.
This commit is contained in:
parent
9934a41d48
commit
25c64d5651
@ -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):
|
||||
"""
|
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user