RyanCallahan312 / Go-Data-Analysis

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

Tests #29

Closed RyanCallahan312 closed 3 years ago

RyanCallahan312 commented 3 years ago

write tests to assure your method to read from the xlsx file works properly eg, make sure you get data from all 50 states from the original data maybe create a test xlsx with a limited number of major occupational groups along with some other stuff. make sure you get the right number of major occupational groups write a test to make sure the new table is there write a test to make sure the old table is still there if test is still not there from previous sprint write a test to make sure that your new write to table works (unless you found a way to make the old write to table work and the old test covers it all.