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 #28

Closed theletterjeff closed 1 year ago

theletterjeff commented 1 year ago

Closes #26

I haven't written tests for the transformers; the many parameters in those transform methods will require nuanced updates to the testing data and a lot of code. I'll save that for another day.

To run these tests, make sure you have pytest installed, and then enter pytest into your terminal. When I did so, all tests passed, though they did so with many FutureWarning warnings. (I'll submit a separate PR to remedy that.)