kaocha

Dallas Surewood 2023-06-26T16:39:59.891789Z

Hey, I can't seem to get dynamic bindings to work with Kaocha. Here is my config

{:tests [{:id :unit
           :skip-meta [:integration]
           :bindings {kit.guestbook.core-test/*a-var* 123}}
          {:id :integration
           :focus-meta [:integration]}
          {:id :every}]}
I would expect *a-var* to be rebound when running (k/run _:unit_), but it doesn't seem to happen

Dallas Surewood 2023-06-26T17:13:52.669099Z

NVM, it seems :bindings is a top level key, and it can't go in the test configs

plexus 2023-07-13T08:48:06.223789Z

that is correct