SwensenSoftware / unquote

Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free
http://www.swensensoftware.com/unquote
Apache License 2.0
285 stars 26 forks source link

Question to self: should we "clean up" reduction steps #149

Closed stephen-swensen closed 3 years ago

stephen-swensen commented 5 years ago

Some issues like #118 #142 introduce the question: should we have a version of reduceFully or UnquotedExpression (perhaps as an option) that cleans up reduction steps? Namely,

stephen-swensen commented 5 years ago

I think we could add a clean operator which provides this operator as a post processing step which library user's may choose to use if they wish. But we could also choose to use it on the UnquoteExpression reductions (used by test operators), perhaps optionally by default

stephen-swensen commented 3 years ago

Closing for lack of clarity + inactivty