m-lab / uuid-annotator

Produces metadata locally for every connection on each server.
Apache License 2.0
0 stars 0 forks source link

Add fakes #37

Closed pboothe closed 4 years ago

pboothe commented 4 years ago

Create fakes to allow others to create and start a real server to use for testing their own clients.


This change is Reviewable

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 238


Totals Coverage Status
Change from base Build 231: 0.3%
Covered Lines: 718
Relevant Lines: 718

💛 - Coveralls
pboothe commented 4 years ago

I would prefer making subpackages. Currently the fakes embed unexported structs in order to do their job, so moving them to a separate package would require careful thought. Created #38