I am currently working on a test of authentication for a class and have a self.authenticate
attribute in the class. While, I am using monkeypatch, it reports AttributeError: <class 'gatorgrade.output.out_issue_tracker.issueReport'> has no attribute 'authenticate'
. Does setattr
only support methods?