tpvasconcelos / ridgeplot

Beautiful ridgeline plots in python
https://ridgeplot.readthedocs.io/
MIT License
62 stars 3 forks source link

Remove `_testing.py` from package #160

Closed tpvasconcelos closed 8 months ago

tpvasconcelos commented 8 months ago

The utilities in this module are only used in the test suits. There is no need in shipping these with the ridgeplot package. Consider using: https://github.com/saltstack/pytest-helpers-namespace

tpvasconcelos commented 8 months ago

Fixed in #161