kaizenflow
kaizenflow copied to clipboard
Unit test hpandas dassert_is_days
Lets test the method to show all assert cases are caught.
https://github.com/kaizen-ai/kaizenflow/blob/bc8bf878faa174a77c5d23fe7976de7307b1d717/helpers/hpandas.py#L72
Steps:
- Create multiple mock inputs and verify that all the dassert catches the invalid inputs correctly.
- Follow the DRY principle to avoid writing repeated code. FYI @samarth9008