def get_test_package()

in config_parser.py [0:0]


  def get_test_package(self):
    value = self.config.get('test_package')
    print("test package config: %s" % value)
    if isinstance(value, bool): return {} if value else None
    return value