Closed theletterjeff closed 1 year ago
To make other code changes easier, we should add unit tests for the loader classes in pypeds/ipeds.py (e.g., HD(), IC()). These will test the __init__, extract, load, and transform methods of each class.
pypeds/ipeds.py
HD()
IC()
__init__
extract
load
transform
To make other code changes easier, we should add unit tests for the loader classes in
pypeds/ipeds.py
(e.g.,HD()
,IC()
). These will test the__init__
,extract
,load
, andtransform
methods of each class.