DataProfiler icon indicating copy to clipboard operation
DataProfiler copied to clipboard

Need to update Categorical for TimeIt Tests

Open JGSweets opened this issue 1 year ago • 0 comments

Currently, the tests pop the the times dict as opposed to validating the times are properly generated by mocking the timeit functionality.

Location: https://github.com/capitalone/DataProfiler/blob/56e34f837bb0667d69392fd06caf2145724452f4/dataprofiler/tests/profilers/test_categorical_column_profile.py

We could utilize this similar functionality: https://github.com/capitalone/DataProfiler/blob/f206af2f8218713f9372942ba7dbb33b57cf3aba/dataprofiler/tests/profilers/test_profile_builder.py#L106

JGSweets avatar May 03 '23 16:05 JGSweets