From 477c9c4119df5fd45c1129651922d238dccad8c9 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 16 Sep 2014 15:50:04 -0700 Subject: testsuite: Added unit tests for new option parsing --- testsuite/Testsrc/Testlib/TestOptions/One.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/Testsrc/Testlib/TestOptions/One.py (limited to 'testsuite/Testsrc/Testlib/TestOptions/One.py') 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 -- cgit v1.2.3-1-g7c22