kaocha

mpenet 2022-11-01T09:48:54.731919Z

is there a way via the config file to make :unit the default suite to run

Leo Poulson 2022-11-01T09:50:28.932269Z

I don’t think so; see https://github.com/lambdaisland/kaocha/issues/31 which tracks implementation of this.

mpenet 2022-11-01T09:51:21.509219Z

thx

mpenet 2022-11-01T09:52:42.013729Z

otherwise is there a way to exclude a suite from the default test run?

mpenet 2022-11-01T09:54:40.914709Z

seems not

Leo Poulson 2022-11-01T09:55:50.820089Z

i don’t think so. the way I have got around this problem is by using profiles over test suites. kaocha will use the :default profile by default, so you can just exclude the tests you don’t want to run from the :default profile.

mpenet 2022-11-01T10:00:30.487969Z

that could indeed work, thanks!

plexus 2022-11-14T14:15:29.847989Z

interesting workaround, thanks for sharing!

mpenet 2022-11-01T09:49:05.983839Z

instead of all tests

mpenet 2022-11-01T15:29:07.982829Z

is there a way to have the tests (deftests) run in order they are declared ? I am trying to use kaocha for something it might not be a good fit actually, but wondering

mpenet 2022-11-01T15:30:23.279259Z

according to the docs: --no-randomize, but the equivalent config param doesn't seem to get picked up

mpenet 2022-11-01T15:52:06.022599Z

nm, I think my pre-test might be messing with the plan