Azure/data-api-builder

Add tests to check staleness of checked-in reference config files

Aperta

#1766 aperta il 2 ott 2023

 (4 commenti) (0 reazioni) (1 assegnatario)C# (348 fork)auto 404
good first issuehas-pr

Metriche repository

Star
 (1459 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

There are a few reference config files checked-in in the Service.Tests directory. Whenever there is a change in the way CLI generates a config file, these reference config file needs to be updated to reflect the latest changes.

At the moment, there is no validation to ensure that these reference files are as per the latest format. So, these config files tends to go out of date.

Hence, add tests to ensure that these reference config files stay up to date.

Guida contributor