kaizen-ai / kaizenflow

KaizenFlow is a framework for Bayesian reasoning and AI/ML stream computing
GNU General Public License v3.0
112 stars 76 forks source link

Write unit tests for `typed_get()` and `checked_get()` #1119

Open samarth9008 opened 3 months ago

samarth9008 commented 3 months ago

Functions to unit tests for

https://github.com/kaizen-ai/kaizenflow/blob/d414acd4e1a4bf168c026b9a2d1b88dda0301e00/helpers/hdict.py#L60

https://github.com/kaizen-ai/kaizenflow/blob/d414acd4e1a4bf168c026b9a2d1b88dda0301e00/helpers/hdict.py#L97

File to write unit tests in

https://github.com/kaizen-ai/kaizenflow/blob/master/helpers/test/test_dict.py

Helpful references

See unit test doc to follow the code style Also highly recommend to read this doc before submitting the PR

FYI @gpsaggese @sonaalKant @DanilYachmenev