Skip to content

fix order of mocks in tests for the refactored data model #420

@meretp

Description

@meretp

As described here mocks are passed in to the decorated function in the order they applied, so bottom up. Therefore the order in the current tests need to be changed (e.g. here. This doesn't lead to faliing tests since typeguard ignores instances of Mock or MagicMock (see here).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions