integrant

itaied 2025-12-04T18:18:20.578279Z

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

weavejester 2025-12-05T03:01:18.464549Z

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.