Import only those classes that are used in the unit tests.

pull/70/head
Christian Jacobs 2018-03-28 20:51:46 +01:00
rodzic 1fcdb4f6ee
commit d23dd54473
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -22,7 +22,7 @@ try:
import unittest.mock as mock
except ImportError:
import mock
from pyqso.world_map import *
from pyqso.world_map import Maidenhead, WorldMap
class TestMaidenhead(unittest.TestCase):