Skip to content

Tech debt: extract mock code out of production binaries into testutil #22

Description

@neurolabs

Motivation

Mocks live in production binaries (e.g. msb/testmock.go, docker/testmock.go), pulling testing into the production import graph.

Proposed behavior

Extract mock code into _test.go files / a testutil package, removing testing from the production import graph.

Alternatives considered

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    choreMaintenance / refactoring / tech debtpriority:lowNice to have; no committed timeline

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions