rode / grafeas-elasticsearch

An implementation of the Grafeas storage backend based on Elasticsearch
Apache License 2.0
12 stars 5 forks source link

Use local client for fake data in tests #32

Closed rcoy-v closed 3 years ago

rcoy-v commented 3 years ago

This resolves the issue of changing/relying on global random seed for fake data in tests.

Creating the faker clients as package vars, to simplify reuse and helper function signatures.