Re: [ANN] greenlight 0.1.0 - a integration testing framework

2018-07-02 Thread Jeff Stokes
Hey Daniel, We use greenlight for end to end integration suites of our services infrastructure. Specifically, greenlight is useful when managing test system lifecycles that include spin up, tear down, and removal of resources created while running tests. Our test systems are generally built

Re: [ANN] greenlight 0.1.0 - a integration testing framework

2018-07-01 Thread Daniel Compton
Hi Jeff This looks very cool. Can you describe a little bit more about how/where you would use this vs. other kinds of Clojure testing frameworks? The examples show tests all running within a single process, some using Component to build up a system map. Do you also use this for inter-process

[ANN] greenlight 0.1.0 - a integration testing framework

2018-07-01 Thread Jeff Stokes
Hi, We've just released a 0.1.0 of our testing framework greenlight . Greenlight provides an integration testing framework for systems to give you the confidence to greenlight your code to production. This is the first public release of this library.