Currently there is no way to override the parallelism strategy defined in the project.clj. For example, say that we want the default behaviour to be: ``` {:eftest {:multithread? :namespaces}} ``` But for some namespaces, we want it to be ``` {:eftest {:multithread? :vars}} ``` That is, the project.clj's `:eftest` section to be override-able on namespace level, like `:eftest/synchronized` works for vars.