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 fro

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 inte