diff --git a/test/test_test.py b/test/test_test.py index 3df69fb..c4ea004 100644 --- a/test/test_test.py +++ b/test/test_test.py @@ -1,4 +1,5 @@ +from frappy.gui.cfg_editor.utils import get_modules def test_assert(): assert 1 @@ -7,3 +8,7 @@ def test_assert(): def test_constants(constants): assert constants.ONE == 1 assert constants.TWO == 2 + + +def test_imports(): + get_modules()