def setup(self): handystats.init() handystats.configuration_json(json.dumps(json_config))
def test_json_configuration(self): handystats.configuration_json(json.dumps(json_config))
def test_json_configuration2(self): handystats.configuration_json("sdsd")