is there a way via the config file to make :unit the default suite to run
I don’t think so; see https://github.com/lambdaisland/kaocha/issues/31 which tracks implementation of this.
thx
otherwise is there a way to exclude a suite from the default test run?
seems not
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.
that could indeed work, thanks!
interesting workaround, thanks for sharing!
instead of all tests
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
according to the docs: --no-randomize, but the equivalent config param doesn't seem to get picked up
nm, I think my pre-test might be messing with the plan