aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/datamaps/reader_test.go (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-06ridded of extranneous pkg directoryMatthew Lemon1-251/+0
2020-08-04fixed failing test created by changing the datamap in the master testMatthew Lemon1-37/+36
2020-07-29removed short dir in testdataMatthew Lemon1-1/+1
2020-07-28reworked algorithm tha creates extractedData maps to allow the datamap sheet ...Matthew Lemon1-4/+0
2020-07-28working on failing test where dm not work when sheets not sequential - added ...Matthew Lemon1-2/+2
2020-07-27now we find xlsm files as well seeminglyMatthew Lemon1-2/+5
2020-07-27testing func to get xlsx files from dirMatthew Lemon1-30/+34
2020-07-27improved defersMatthew Lemon1-3/+13
2020-07-26more encapsulationMatthew Lemon1-7/+7
2020-07-26lots of tidyMatthew Lemon1-5/+5
2020-07-26renamed funcMatthew Lemon1-1/+1
2020-07-26added an error to return for funcMatthew Lemon1-1/+1
2020-07-26extraction now uses a named datamap from the database instead of the fileMatthew Lemon1-1/+44
2020-07-26parameterised test for []DatamapLine from DB testMatthew Lemon1-0/+23
2020-07-26passing test - can create a []DatamapLine slices from a datamap in the databaseMatthew Lemon1-1/+3
2020-07-26adding test and code for pulling []DatamapLine from sqlite3 fileMatthew Lemon1-0/+44
2020-07-24mostly lintingMatthew Lemon1-0/+7
2020-07-22more major surgeryMatthew Lemon1-1/+1
2020-07-19restructureMatthew Lemon1-0/+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