Skip to content

Base TestCase #134

@skudriashev

Description

@skudriashev

I'm thinking of having a doubles.TestCase with helper method _patch_class with the following usage:

    class MyTest(doubles.TestCase):
        def setUp(self):
            _class, _instance = self._path_class(<target>)

This helper method will simplify patching target by getting it's class and instance automatically.

What you think?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions