Open jGaboardi opened 3 months ago
Note that I've been gradually doing that when adding Graph support as I needed pytest's parametrisation in there.
@martinfleis
Same Q for this issue --> https://github.com/pysal/esda/issues/308#issuecomment-2220663719
Same answer :)
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
Lots of tests in the
esda
suite still actively useunittest
-- we should migrate all those to the modernpytest
structure.test_adbscan.py
– https://github.com/pysal/esda/pull/343test_crand.py
test_gamma.py
test_geary.py
test_getisord.py
test_join_counts.py
test_lee.py
test_ljc_bv.py
test_ljc_mv.py
test_ljc.py
test_local_geary_mv.py
test_local_geary.py
test_losh.py
test_map_comparison.py
test_mixture_smoothing.py
test_moran.py
test_shape.py
test_silhouette.py
test_smaup.py
test_smoothing.py
test_topo.py
– https://github.com/pysal/esda/pull/341test_util.py
– https://github.com/pysal/esda/pull/341