smithy-lang / smithy

Smithy is a protocol-agnostic interface definition language and set of tools for generating clients, servers, and documentation for any programming language.
https://smithy.io
Apache License 2.0
1.7k stars 201 forks source link

Add Smithy Diff test runner #2250

Closed syall closed 2 months ago

syall commented 2 months ago

Overview

Add Smithy Diff test runner.

This is strongly based on SmithyTestSuite and SmithyTestCase.

Also adds example diff tests (change-jsonName-value, change-tags-content).

Testing

Added unit tests and example diff tests.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.