mscarey / legislice

API client for fetching and comparing passages from legislation
https://legislice.readthedocs.io/
Other
7 stars 2 forks source link

Fields being added to test fixtures #26

Open mscarey opened 2 years ago

mscarey commented 2 years ago

test fixtures like fifth_a don't have selection or anchors fields, but when they're used for the second time, they have new "selection": [] and "anchors": [] fields. Probably Client.read_from_json is causing this.

Set fifth_a's fixture scope to class to see this issue happen.