summary refs log tree commit diff stats
path: root/svc/query_test.go
Commit message (Collapse)AuthorAgeFilesLines
* decoupled tests from personal twtxt.txtBen Morrison2019-12-191-7/+7
| | | | | | | | Rather than use my personal twtxt.txt file, I'm using the mocked twtxt.txt file I just added to the repository for test data. It is being fetched via https from github to avoid having to get rid of the url validity check in the associated registry library.
* license notice at top of each fileBen Morrison2019-07-111-0/+19
|
* updated internal functionality for registry v0.4.0 v0.4.4Ben Morrison2019-06-191-3/+3
|
* changes related to registry-v0.3.0 v0.4.3Ben Morrison2019-06-181-3/+3
|
* tests for most of query.goBen Morrison2019-06-111-0/+76
|
* moving mock registry creation to its own funcBen Morrison2019-06-091-9/+1
|
* fixed test to ignore duplicate user add errorBen Morrison2019-06-081-4/+1
|
* compositeStatusQuery() - executing queries concurrentlyBen Morrison2019-06-081-0/+56
|
* 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/+75