summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/Testlib/TestOptions/One.py
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-11-11 14:50:22 -0600
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-11-11 14:50:22 -0600
commit77cf4a56b3b7ff8cd466705b968abb539efa703f (patch)
tree9769d560cce0dacda0360dfc434f33774cb01f5e /testsuite/Testsrc/Testlib/TestOptions/One.py
parent389ce1a86b704222ddc9458cd49c281e7601b803 (diff)
parent30634d07d5489f260f37cc86d150315f02c40865 (diff)
downloadbcfg2-77cf4a56b3b7ff8cd466705b968abb539efa703f.tar.gz
bcfg2-77cf4a56b3b7ff8cd466705b968abb539efa703f.tar.bz2
bcfg2-77cf4a56b3b7ff8cd466705b968abb539efa703f.zip
Merge pull request #211 from stpierre/options-unit-tests
Options unit tests
Diffstat (limited to 'testsuite/Testsrc/Testlib/TestOptions/One.py')
-rw-r--r--testsuite/Testsrc/Testlib/TestOptions/One.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/Testsrc/Testlib/TestOptions/One.py b/testsuite/Testsrc/Testlib/TestOptions/One.py
new file mode 100644
index 000000000..dac7f4558
--- /dev/null
+++ b/testsuite/Testsrc/Testlib/TestOptions/One.py
@@ -0,0 +1,6 @@
+"""Test module for component loading."""
+
+
+class One(object):
+ """Test class for component loading."""
+ pass