2009/11/25 Guido Trotter <[email protected]>: > Do we have any way of testing it only if the support is there? Or does > it make sense?
The right thing would be to mock out the simplejson module. Basically the test tested whether simplejson does the indentation (not whether it's asked to). Regards, Michael
