cljfx

https://github.com/cljfx/cljfx
2020-02-05T19:11:39.034Z

how do test fixtures compose? I've got a test with multiple fixtures and I don't understand how to call those fixtures with the test manually from the repl

2020-02-05T19:12:11.034200Z

(base-fixture
   (foo-fixture mytest))

2020-02-05T19:12:41.034800Z

This fails because foo-fixture returns null instead of the test

2020-02-05T19:13:16.035400Z

I haven't been able to find any documentation of how fixtures work in practice

2020-02-05T19:18:26.035600Z

whoops, wrong channel

2020-02-05T19:18:27.035800Z

sorry