summary refs log tree commit diff stats
path: root/svc/db_test.go
Commit message (Expand)AuthorAgeFilesLines
* using sync.Once for DB init in tests, cleaned up test config initBen Morrison2019-06-091-9/+9
* re-enabled pushDB/pullDB testBen Morrison2019-06-091-4/+2
* renamed functionsBen Morrison2019-06-061-2/+2
* fixed some import commentsBen Morrison2019-06-051-1/+1
* moved bulk of code to its own package to clean up source treeBen Morrison2019-06-051-0/+92
/a> 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95