aboutsummaryrefslogtreecommitdiffstats
path: root/reader/reader_test.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-19restructureMatthew Lemon1-120/+0
2020-07-18moved db stuff to new packageMatthew Lemon1-28/+0
2020-07-18starting playing around with sqlite3Matthew Lemon1-0/+28
2020-06-21added a new test and commented out an old oneMatthew Lemon1-31/+31
2019-12-06rewrote a test unnecessarily, but did it anywayMatthew Lemon1-13/+26
2019-12-03removed all coords codeMatthew Lemon1-48/+0
2019-12-01tweaking the globbing funcMatthew Lemon1-1/+12
2019-12-01added test for basic glob of target directoryMatthew Lemon1-0/+8
2019-11-28fixed failing test after my extra test was added prior to mergeMatthew Lemon1-1/+1
2019-11-28added another testMatthew Lemon1-0/+3
2019-11-18fixed testMatthew Lemon1-1/+1
2019-11-18test for far out cell valMatthew Lemon1-0/+1
2019-11-15tidyingMatthew Lemon1-11/+11
2019-11-15another test parameterizedMatthew Lemon1-12/+11
2019-11-15added a little bit of code to test to prevent index panicMatthew Lemon1-11/+20
2019-11-15parameterized another testMatthew Lemon1-8/+12
2019-11-15reformatted test to use a case structMatthew Lemon1-11/+15
2019-11-15removed dependency on datamap fileMatthew Lemon1-4/+7
2019-11-14fixed - passing testMatthew Lemon1-0/+6
2019-11-12pretty much can filter by datamap by needs more testsMatthew Lemon1-0/+7
2019-11-12fix incorrectly named funcMatthew Lemon1-1/+1
2019-11-12removed superceded func and old TODOsMatthew Lemon1-17/+2
2019-11-12some error refactoring and tidyingMatthew Lemon1-2/+0
2019-11-12added another testMatthew Lemon1-1/+5
2019-11-12tidyingMatthew Lemon1-10/+10
2019-11-12added another test - but do we always want strings to be returned?Matthew Lemon1-0/+4
2019-11-12first passing test after parsing XLSX data into decent data structureMatthew Lemon1-1/+3
2019-11-11struggling on with this func to manage the parsed data data structureMatthew Lemon1-7/+3
2019-11-11func makes more sense nowMatthew Lemon1-3/+12
2019-11-11cleanupMatthew Lemon1-4/+1
2019-11-11added test for counting sheets in datamapMatthew Lemon1-0/+11
2019-11-04light refactoring - naming, etcMatthew Lemon1-21/+21
2019-11-03put back proper test for data pulled from spreadsheetMatthew Lemon1-1/+10
2019-11-03alphastream variable now fits Excel max colsMatthew Lemon1-0/+6
2019-11-03added alphaStreamMatthew Lemon1-0/+6
2019-11-03implemented alphas - producing letter component of Excel columns horizontallyMatthew Lemon1-1/+17
2019-11-03lots of stuffMatthew Lemon1-2/+21
2019-11-01use proper test fixture fileMatthew Lemon1-1/+1
2019-11-01removed the pointerMatthew Lemon1-9/+8
2019-10-25added test and some cleanupMatthew Lemon1-0/+15
2019-10-24more testingMatthew Lemon1-1/+12
2019-10-21passing testMatthew Lemon1-2/+5