Skip to content
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

Split attrs - tests for status quo #4960

Merged
merged 27 commits into from
Feb 20, 2023
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
88ce4f3
Tests for attribute handling in netcdf load/save.
pp-mo Sep 9, 2022
fdd0eea
Tidy test functions.
pp-mo Sep 9, 2022
43dd404
Fix import order exception.
pp-mo Sep 12, 2022
986f7b6
Add cf-global attributes test.
pp-mo Sep 12, 2022
271d735
Towards more pytest-y implemenation.
pp-mo Sep 13, 2022
597576b
Replace 'create_testcase' with fixture which also handles temporary d…
pp-mo Sep 13, 2022
cdbe762
Much tidy; use fixtures to parametrise over multiple attributes.
pp-mo Sep 13, 2022
7095a2b
Fix warnings; begin data-style attrs tests.
pp-mo Sep 13, 2022
4ad1508
Tests for data-style attributes.
pp-mo Sep 13, 2022
99ea431
Simplify setup fixture + improve docstring.
pp-mo Sep 14, 2022
e6b79e4
No parallel test runner, to avoid error for Python>3.8.
pp-mo Sep 14, 2022
6022e33
Fixed for new-style netcdf module.
pp-mo Sep 28, 2022
25d2ebb
Small review changes.
pp-mo Oct 25, 2022
9c5bb34
Rename attributes set 'data-style' as 'local-style'.
pp-mo Oct 25, 2022
2cd824f
Simplify use of fixtures; clarify docstrings/comments and improve arg…
pp-mo Oct 25, 2022
56642be
Clarify testing sections for different attribute 'styles'.
pp-mo Oct 25, 2022
3389852
Re-enable parallel testing.
pp-mo Oct 26, 2022
481459c
Sorted params to avoid parallel testing bug - pytest#432.
pp-mo Oct 26, 2022
9999140
Rename test functions to make alpha-order match order in class.
pp-mo Oct 26, 2022
047e5ef
Split netcdf load/save attribute testing into separate sourcefile.
pp-mo Feb 13, 2023
92784a0
Add tests for loaded cube attributes; refactor to share code between …
pp-mo Feb 13, 2023
b829df9
Add tests for attribute saving.
pp-mo Feb 13, 2023
ecb3b6f
Fix method names in comments.
pp-mo Feb 20, 2023
15eadcc
Clarify source of Conventions attributes.
pp-mo Feb 20, 2023
67c817b
Explain the test numbering in TestRoundtrip/TestLoad.
pp-mo Feb 20, 2023
dac7c3e
Remove obsolete test helper method.
pp-mo Feb 20, 2023
e416ee4
Fix small typo; Fix numbering of testcases in TestSave.
pp-mo Feb 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading