aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* reorganize codeStefan Majewsky2018-02-191-1/+1
| | | | | | * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend".
* more detailed coverage reportingStefan Majewsky2018-02-071-1/+1
|
* switch from reflection to code generationStefan Majewsky2018-02-071-1/+12
| | | | | | This allows me to make the API much simpler. More simplification forthcoming in the following commit; I just want to make a cut since `make test` is happy right now.
* include subpackages in coverage testStefan Majewsky2018-02-051-1/+1
|
* add Makefile for running testsStefan Majewsky2018-02-041-0/+22