Skip to content

Ability to override project-wide parallelism strategy #70

@mourjo

Description

@mourjo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions