1 from Component
import Component
3 print "\ntest : --- Testing with config parser" 7 test_config =
"%s/test/test_config.json"%os.environ[
"NOVAANAVALID_DIR"]
8 print "test : input file: %s"%test_config
10 component =
Component(parsed_config[
"components"][0])
11 print component.dataset
12 print "test : --- passed\n" def config_parser(config_file)