hey all
how do you use integrant in tests?
i want to start and stop the system (with init! ) and pass the system config (which contains data such as conn, db-name etc) to the tests
You do it the same way you would when running the application normally. You init the system with some test configuration, run whatever tests you want on the resulting system, and then finally halt! the system.