| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This seems good to my untrained Python eyes, with a small question on whether it is logical to call the validate function for all values, or whether it would be better to move the if-check for the type out of the validation function.
(You should in any case await approval from other reviewers before merging)
Sorry, something went wrong.
moved the method after a check. and also moved it to base client as @larkee suggested. |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM 👍 You could remove test_w_numeric if you wanted since test_w_numeric_precision_and_scale_valid should have more coverage.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
feat: add decimal validation for numeric precision and scale supported by spanner
Fixes #339 🦕