Skip to content

against-background around :contents forms are evaluated even when filtered out #417

@sbgreene1307

Description

@sbgreene1307

The functions in against-background around :contents are evaluated even when you filter out the tests when autotesting.

(fact-group :integration
                    (against-background
                         [(around :contents 
                              (let [] (println "Loading content wrapping functions.") ?form))]))

(midje.repl/autotest :filter (complement :integration))

The println will evaluate.

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