Skip to content

pytest fails for PalH5 source for new attribite follow_links #61

Description

@dschick

There is a weird behaviour of pytest after introducing the new attribute follow_links in the PalH5 source class.
It tries to access the attribute via __getattr__() of the parent class Source.
This obviously fails, as this attribute is not present there.

However, I do not understand why the original __getattribute__() of the PalkH5 class fails in pytest but not when normally executing the script

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