Btibert3 / pypeds

Python package to facilitate and standardize enrollment science within higher education and Enrollment Management
https://www.linkedin.com/pulse/introducing-pypeds-brock-tibert/
GNU General Public License v3.0
9 stars 6 forks source link

Write unit tests for loader classes #26

Closed theletterjeff closed 1 year ago

theletterjeff commented 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.