DOV-Vlaanderen / pydov

Python package to retrieve data from Databank Ondergrond Vlaanderen (DOV)
https://pydov.readthedocs.io/en/latest/
MIT License
31 stars 19 forks source link

Fix property name replacement in sort_by. #391

Closed Roel closed 1 year ago

Roel commented 1 year ago

This PR fixes property name replacement in the sort_by clause of a search query. It also refactors the test fixtures to function scope (instead of module scope) to be able to expose the problem in tests.

Closes #390