Closed
Description
I am new to pytest, so maybe I misunderstand something.
I installed your plugin and got:
...
TERNALERROR> File ".../site-packages/pytest_django_ordering/plugin.py", line 13, in get_marker_transaction
INTERNALERROR> return marker.transaction
INTERNALERROR> AttributeError: 'MarkInfo' object has no attribute 'transaction'
I could fix this by replacing marker.transaction
with marker.kwargs['transaction']
Metadata
Metadata
Assignees
Labels
No labels