Skip to content

Bring over test yamls used in fre-cli (for unit tests) #27

@singhd789

Description

@singhd789

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions