Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependency on clock mock library #2336

Merged
merged 2 commits into from
Aug 2, 2019

Conversation

andrewjdawson2016
Copy link
Contributor

Currently our only way to mock time for tests in our code is time_source.go which is too inflexible to cover all test cases. This diff introduces a library used to mock time. We should move to using this library throughout our codebase, but that can be done gradually.

@andrewjdawson2016 andrewjdawson2016 merged commit 94057e0 into uber:master Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants