-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added enum support to Measurement Client (#880)
* Feat: Add enum support to Measurement Client * Fix: Invalid chars update * Revert: Wrong commit files * Fix: Mypy errors * Fix: More Mypy errors * Tests: Add enum param in test measurement * Fix: Merge errors * Fix: Lint errors * Revert: Version change * Revert: Unused imports * Fix: Add ienum formatting in black * Refractor: Use Dict get() * Fix: Minor refractoring * Client: Cache Enum type * Client: Update type hints * Fix: Refractor Pascal case conversion * Tests: Update tests for enum parameters * Test: Assest file changes * Fix: Mypy error on enum dynamic creation * Fix: Remove main function * Fix: Lint errors * Client: Supress MyPy error * Client: Remove GetMetadata in template file * Client: Remove unused imports * Tests: Synchronize test measurement client * Fix: Spacing * Client: Intialize enum_values_by_type for each measurement
- Loading branch information
1 parent
0462410
commit 09b40b0
Showing
6 changed files
with
240 additions
and
67 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
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
Oops, something went wrong.