mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-23 23:37:09 +00:00
We want to be able to import test from packages like probe/endpoint, in order to use utility functions like poll. But that causes an import cycle with the current layout. We got around this using dot-imports so far, but it's ugly and unnecessary: fixture can be its own package.