diff --git a/tests/ui/getdos_TestCase.py b/tests/ui/getdos_TestCase.py index 9a66139..f1f5067 100644 --- a/tests/ui/getdos_TestCase.py +++ b/tests/ui/getdos_TestCase.py @@ -16,6 +16,14 @@ import unittest class TestCase(unittest.TestCase): + def test_contextload(self): + from multiphonon.ui import Context + cntxt = Context() + cntxt.to_yaml('context.yaml') + cntxt2 = Context() + cntxt2.from_yaml('context.yaml') + return + def test1(self): "multiphonon.ui.getdos" from multiphonon.ui import getdos