testing

Testing tools, testing philosophy & methodology...
eraserhd 2015-11-30T23:30:06.000010Z

@albaker: yes

eraserhd 2015-11-30T23:30:30.000011Z

Well, I’m not sure about expecting some function to be called, but you can provide what the result will be.

eraserhd 2015-11-30T23:30:53.000012Z

I think it’s called “background”? It’s discussed in examples of top-down TDD.

eraserhd 2015-11-30T23:33:21.000013Z

Ah, yes: (against-brackground (fncall) => result, (fncall2) => result2) … and (provided (fncall) => result, (fncall2) => result2).