forked from Unidata/MetPy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tests for wind_components in calc module
This commit is a draft of implementing unit tests for data types in each calc function and parameterizing tests for edge cases. - Add fixtures in conftest.py containing test data for each supported data type. - Add/update tests for individual data types using fixtures. - Group tests into a class. - Add fixture for truth values specific to the test class. - Parameterize the edge case. Makes progress toward closing Unidata#1214
- Loading branch information
Showing
2 changed files
with
100 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters