gicait / geoserver-rest

Python library for management of geospatial data in GeoServer.
https://geoserver-rest.readthedocs.io
MIT License
195 stars 77 forks source link

fix #100 and add unittest for layergroup methods #101

Closed Kilometerfresserin closed 1 year ago

Kilometerfresserin commented 1 year ago

Hi @iamtekson

I've fixed #100 and added some unittests during development to be sure it all works as expected (sorry for using unittest instead of pytest, it's a bit more intuitive to me - I can also remove the test if it doesn't suit your concept).

Kilometerfresserin commented 1 year ago

Thank you very much for your contribution to this package. And also many thanks for writing the test_layergroup.py file.

Thanks for the friendly feedback :)