go-testdeep v1.1.2 Release Notes

Release Date: 2019-11-18 // over 4 years ago
  • ๐Ÿ†• New features:

    • JSON expected by JSON, SubJSONOf and SuperJSONOf operators can now contain comments (/* โ€ฆ */ or // โ€ฆ) and some simple operators can directly be embedded in JSON, as $^NotEmpty for example;
    • ๐Ÿ†• New SubJSONOf & SuperJSONOf operators;
    • โœ… In case of error, JSON operator no longer truncates its JSON expected parameter in error message, but dumps all the operators involved using beautiful indented comments;
    • โœ… Add Assert() *T, Require() *T and AssertRequire() (*T, *T).

    โœ… Synopsis revisited!

    โœ… Enjoy powerful API testing!