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/Two.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 testsuite/Testsrc/Testlib/TestOptions/Two.py (limited to 'testsuite/Testsrc/Testlib/TestOptions/Two.py') diff --git a/testsuite/Testsrc/Testlib/TestOptions/Two.py b/testsuite/Testsrc/Testlib/TestOptions/Two.py new file mode 100644 index 000000000..189e0817f --- /dev/null +++ b/testsuite/Testsrc/Testlib/TestOptions/Two.py @@ -0,0 +1,6 @@ +"""Test module for component loading.""" + + +class Two(object): + """Test class for component loading.""" + pass -- cgit v1.2.3-1-g7c22