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