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
(base-fixture
(foo-fixture mytest))
This fails because foo-fixture
returns null instead of the test
I haven't been able to find any documentation of how fixtures work in practice
whoops, wrong channel
sorry