-
-
Notifications
You must be signed in to change notification settings - Fork 37
Testing neater #350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Testing neater #350
Conversation
config = load_yaml_configuration(test_config_filename) | ||
nwp_name, _ = next(iter(config.input_data.nwp.root.items())) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could use the new _load_config_and_provider
function here
return cfg, provider | ||
|
||
|
||
def _revalidate(cfg): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know it's a small thing but config
is clearer than cfg
IMO as a parameter name, don't think the few characters saved in abbreviation outweigh the slight less clarity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also not sure about the function name, not super clear to me
Neatening tests - subdirectory per commit for clarity (or thereabouts)
Current focus of removing redundancies, repetitions, reduction of line count etc - and also ensuring fixtures are present in conftest
Feel conftest should be segregated after this - will raise as issue