RyanCallahan312 / Go-Data-Analysis

Project 1 For Dr. Santore's COMP490-003 (Tuesday/Thursday) Class
0 stars 0 forks source link

Add Tests and test xlsx sheet #33

Closed RyanCallahan312 closed 3 years ago

RyanCallahan312 commented 3 years ago

I seperated some functions to allow me to make more effective tests.

fixed a spelling error in annual

created test xlsx file so I don't have to count a million rows

extracted building and tearing down db into functions that run before and after the test that need them. Not sure how to just do this before and after all tests.