Is your feature request related to a problem? Please describe.
There are a lot of test example yaml configurations sprinkled throughout the fre-cli repository for unit tests. Some configs may be mostly the same or slightly different. It's also a bit tedious to have to go through all the yaml configs if there is an essential yaml schema update. It could be helpful if the tests configs were kept together here and organized in a way that is associated with their test (if separate yaml configs are even necessary).
Describe the solution you'd like
There could be a folder in this repo named "fre-cli-tests" or something.
fre-cli-test-yamls/
├── make/
│ ├── [null_model yamls]
├── workflow/
│ ├── [yamls]
├── yamltools/
│ ├── [yamls]
├── cmor/
│ ├── [yamls]
|........
Could be even better if we could combine some if they're similar
Is your feature request related to a problem? Please describe.
There are a lot of test example yaml configurations sprinkled throughout the fre-cli repository for unit tests. Some configs may be mostly the same or slightly different. It's also a bit tedious to have to go through all the yaml configs if there is an essential yaml schema update. It could be helpful if the tests configs were kept together here and organized in a way that is associated with their test (if separate yaml configs are even necessary).
Describe the solution you'd like
There could be a folder in this repo named "fre-cli-tests" or something.
Could be even better if we could combine some if they're similar