darrenarmstrong85 / scientist

q scientist library implementation
Apache License 2.0
0 stars 0 forks source link

Allow user to specify before_run for expensive setup #17

Closed darrenarmstrong85 closed 7 years ago

darrenarmstrong85 commented 7 years ago

As a user, I want to be able to specify a before_run function for expensive environment setup

If environment setup is expensive, we only want to incur that cost if we actually run the function e.g. if feature flagged.

Done

Scientist API::