This is a bit more work and not super urgent but I'm writing it nevertheless:
- Please consider structuring your tests so that they're in modules (folders) that correspond to the structure of the actual liana-py package. This helps find tests and navigate things. Commonly done.
- Please consider increasing the test coverage by also covering plots. At least I didn't see them? Blame me if I missed it.
- Consider working with fixtures to set up test data.
This is a bit more work and not super urgent but I'm writing it nevertheless: