Skip to content

Testing the Various TestCase Mixins #10

Open
@brodriguez8774

Description

@brodriguez8774

Currently, there is some "universal" logic that is implemented via various mixins. However, tests are currently only testing the direct ExpandedTestCase classes.

I don't know if Python UnitTesting allows this, but perhaps we can move the corresponding tests to also be in Mixins? That way we can verify that all ExpandedTestCase classes that use the logic are running it properly, but still avoid repeating code?

I feel like there's no reason this shouldn't be possible. But I've never tried it before so not sure. Technically doesn't matter at the moment anyways, until additional test case classes are made.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions