passy / build-time-tracker-plugin

Gradle plugin to continuously track and report your build times
https://plugins.gradle.org/plugin/net.rdrei.android.buildtimetracker
Apache License 2.0
1.21k stars 67 forks source link

Fix TerminalInfo test non-determinism #69

Closed passy closed 8 years ago

passy commented 8 years ago

Still not perfect, I'd rather pass in proper instances via DI than mock them globally like this. But this should do for now.

Fixes #68


This change is Reviewable