micasense / imageprocessing

MicaSense RedEdge and Altum image processing tutorials
https://www.micasense.com
MIT License
257 stars 152 forks source link

ordered loading of multiple files in unit tests #163

Closed fdarvas closed 3 years ago

fdarvas commented 3 years ago

replaced all returns of glob() for multiple files in conftest.py with sorted(), so we get a deterministic order of files in the test functions - changed the order of some tests to accommodate that new order.