LinkedInAttic / Zopkio

A Functional and Performance Test Framework for Distributed Systems
Apache License 2.0
159 stars 33 forks source link

get_active_config should allow a default to be specified #32

Closed criccomini closed 9 years ago

criccomini commented 9 years ago

It'd be nice if I could call runtime.get_active_config('config-that-might-not-exist', False) to specify a default if a config isn't set.