I use the addon to immediately see when changing the notebook breaks some consistency checks. Its great for that.
However for some complicated test expressions the time travel feature really slows the execution down (compared to the @test macro from Test) and in some cases it breaks.
Since I don't need the time travel feature it would be nice to have an option to test expressions without time travel support.
I use the addon to immediately see when changing the notebook breaks some consistency checks. Its great for that.
However for some complicated test expressions the time travel feature really slows the execution down (compared to the
@testmacro fromTest) and in some cases it breaks.Since I don't need the time travel feature it would be nice to have an option to test expressions without time travel support.