launchcodedev / app-config

Easy Configuration Loader with Strict Validation
https://app-config.dev
Mozilla Public License 2.0
68 stars 11 forks source link

Create "Specification Tests" to ensure compliance of language code generation or libraries #65

Open joelgallant opened 3 years ago

joelgallant commented 3 years ago

As an offshoot of #46, we should have compliance tests to ensure that a library or code generation does the right thing. This is a bit hard to do, since each environment would require different "harnesses" to check for correct behavior. A CLI test is good, but may not be deep enough to check for some behavior.

joelgallant commented 3 years ago

3ac506d starting point