Skip to content

Add multiple pointers for one test #5

Description

@salotz

I want to be able to do something like this:

    @pytest.mark.pointer(target=EnvConfig.get)
    @pytest.mark.pointer(target=EnvConfig.__getitem__)
    def test_get(self):

Instead of writing the same test twice.

In the example above the EnvConfig.__getitem__ would get picked up but not the other one.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions