mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-03 10:11:03 +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.