From 018f2351a8b7a3f9f2ed3b449a5b4744dd5ea19d Mon Sep 17 00:00:00 2001 From: David Dahl Date: Wed, 11 Oct 2006 21:54:30 +0000 Subject: added test dir and nose tests and made settings more dynamic git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2430 ce84e21b-d406-0410-9b95-82705330c041 --- src/lib/Server/Hostbase/test/test_settings.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/lib/Server/Hostbase/test/test_settings.py (limited to 'src/lib/Server/Hostbase/test/test_settings.py') diff --git a/src/lib/Server/Hostbase/test/test_settings.py b/src/lib/Server/Hostbase/test/test_settings.py new file mode 100644 index 000000000..0040b3ab8 --- /dev/null +++ b/src/lib/Server/Hostbase/test/test_settings.py @@ -0,0 +1,14 @@ +import sys +import os +import Hostbase.settings + +def setup(): + pass + +def teardown(): + pass + +def test_mcs_settings(): + pass + + -- cgit v1.2.3-1-g7c22