diff options
author | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-09-27 14:33:34 -0400 |
---|---|---|
committer | Chris St. Pierre <chris.a.st.pierre@gmail.com> | 2012-09-27 14:33:34 -0400 |
commit | 1bdb14055dd1b2395047793ee28c17bbae65c845 (patch) | |
tree | 2224d9de85871f936f8f63582ab349df0ecfdc6c /testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py | |
parent | 40d74d9a4bcca2452def08a0890c08fdca864d4c (diff) | |
download | bcfg2-1bdb14055dd1b2395047793ee28c17bbae65c845.tar.gz bcfg2-1bdb14055dd1b2395047793ee28c17bbae65c845.tar.bz2 bcfg2-1bdb14055dd1b2395047793ee28c17bbae65c845.zip |
wrote unit tests for Properties
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py')
-rw-r--r-- | testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py index b13a6b3fb..e18e2bfd6 100644 --- a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py +++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestSEModules.py @@ -19,6 +19,7 @@ from common import XI_NAMESPACE, XI, inPy3k, call, builtins, u, can_skip, \ patchIf, datastore from TestPlugin import TestSpecificData, TestGroupSpool + class TestSEModuleData(TestSpecificData): test_obj = SEModuleData path = os.path.join(datastore, "SEModules", "test.pp", "test.pp") |