pysal / esda

statistics and classes for exploratory spatial data analysis
https://pysal.org/esda
BSD 3-Clause "New" or "Revised" License
217 stars 55 forks source link

migrate from `unittest` to `pytest` structure. #323

Open jGaboardi opened 3 months ago

jGaboardi commented 3 months ago

Lots of tests in the esda suite still actively use unittest -- we should migrate all those to the modern pytest structure.

martinfleis commented 3 months ago

Note that I've been gradually doing that when adding Graph support as I needed pytest's parametrisation in there.

jGaboardi commented 3 months ago

@martinfleis

Same Q for this issue --> https://github.com/pysal/esda/issues/308#issuecomment-2220663719

martinfleis commented 3 months ago

Same answer :)

jGaboardi commented 3 months ago

This is (of course) turning out to be a far more in-depth task than anticipated (when am I going to learn?). Going to spilt this out by file or groups of files.

xref #340