Skip to content

Commit

Permalink
Merge pull request #82 from Erotemic/dev/fix-pytest-matrix
Browse files Browse the repository at this point in the history
Dev/fix pytest matrix
  • Loading branch information
Erotemic authored Aug 17, 2020
2 parents 463f3e0 + 8a9534d commit fb23d93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xdoctest/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ def toterminal(self, tw):
class XDoctestItem(pytest.Item):
def __init__(self, name, parent, example=None):
super(XDoctestItem, self).__init__(name, parent)
self.cls = XDoctestItem
self.example = example
self.obj = None
self.fixture_request = None
Expand Down

0 comments on commit fb23d93

Please sign in to comment.