From 7af4294fbd7e214f669adc6ded77dadb627c41f9 Mon Sep 17 00:00:00 2001 From: George Kraft Date: Sat, 7 Dec 2013 11:54:25 -0600 Subject: CXMAN-263: Add unit tests for the Dummy class Unit testing our unit testing framework! Whoa! Actually, Dummy doesn't have much code, but has been pretty hard to wrap my head around. So, here are some tests to assert that it behaves correctly. --- run_tests | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'run_tests') diff --git a/run_tests b/run_tests index cbb04f0..c121186 100755 --- a/run_tests +++ b/run_tests @@ -35,8 +35,10 @@ import unittest import xmlrunner from cxmanage_api.tests import tftp_test, image_test, node_test, fabric_test, \ - tasks_test -test_modules = [tftp_test, image_test, node_test, fabric_test, tasks_test] + tasks_test, dummy_test +test_modules = [ + tftp_test, image_test, node_test, fabric_test, tasks_test, dummy_test +] def main(): """ Load and run tests """ -- cgit v1.2.1