marick / Midje

Midje provides a migration path from clojure.test to a more flexible, readable, abstract, and gracious style of testing
MIT License
1.68k stars 128 forks source link

(autotest :filter :guard) change to (autotest :filter :some2) Constant death cycle #426

Closed xingzheone closed 6 years ago

xingzheone commented 6 years ago

version clojure 1.9 midje 1.9 win10 + idea +cursive

when repl change autotest :filter . the test Continuous output . death cycle excute .

xingzheone commented 6 years ago

make do with (autotest :stop) very change time

philomates commented 6 years ago

Glad you found a workaround

I'm happy to look into it further if you provide minimal reproduction steps.

In this case it would be helpful if you included a snippet of code that defines two facts with different metadata tags to be filtered by, and then the autotest commands you run to trigger the death cycle