Skip to content

Consider moving the mockCgroup from runc #61

Description

@rata

In runc we use this module and have a mock that implements the cgroup interface. However, when a method is added to it (as it happened with the Stats method in release 0.0.7: dbb23b4), we need to manually sync the mock with the new method.

I'd move the mock to this repo. This way upgrades are simpler, and providing mocks for your interfaces to be tested is usually a good practice. Also, if others are using this, they will benefit.

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions