arcus-azure/arcus.scripting

Investigate in loading ARM test files instead of keeping original files in source control

Closed this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently, we've chosen for a clear separation of ARM test files for input/output so there's a clear before/after on disk. But, maybe with a clever value loading, we can generate the input file and reduce the amount of test files.

Describe the solution you'd like
Investigate in whether we can load the value to a test file, instead of using the file itself. Therefore we only have to delete the generated test file instead of replacing the contents of the input file.

Additional context
Related to Pieter V's PR's question.

Please keep in mind that we must use clarity over duplication or file count. It's foremost important that the tests are as clear as possible. No one is helped with obscure file loading.