Skip to content

Class-based method stub cannot execute #41

@jonathan-benn

Description

@jonathan-benn
class A:
	def B(self):
		return 5
stub = sinon.stub(A, 'B')
stub() # error

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