v1.9.2
Fixes:
- deeply nested operators in
JSON
params was json.Marshal()led. It is now detected and avoided; - a specific error message is provided to the user when he tries to wrongly use
td.JSON()
as body in(*tdhttp.TestAPI).XxxJSON()
calls; - in
tdsuite
,Cleanup()
was sometimes incorrectly called inPreTest
/PostTest
hooks.