UBC-MDS / DSCI_522_Group304

DSCI 522 Group 304 Project - Are There Differences in FSA Scores Between Subgroups?
MIT License
0 stars 5 forks source link

Adding Tests #95

Closed annychih closed 4 years ago

annychih commented 4 years ago

I've added working tests to the following:

  1. clean_data.py
  2. add_subgroup_info.py
  3. filter_schools_both_subgroups.py

I've edited the load_data.R file to add tests, but they're not throwing the errors correctly, so I'm still working on this one. The file still works to load data though, so there's no problem with accepting these changes as is for now.

annychih commented 4 years ago

I figured out why the load_data.R test wasn't working before (it was a typo). It's working now!

Add this to the finished list:

  1. load_data.R
annychih commented 4 years ago

Adding the last 2 scripts on my list to the finished list (list of things to add tests to):

  1. plot_publicindep_boxplots.R
  2. plot_subgroups_boxplots.R