arya dradjica
arya dradjica
I'm very interested in improving the testing infrastructure for all of `beets`. In particular, I think a better handling of temporary files -- how they are named and created, not...
Yeah, I just discovered `pytest-xdist` is a thing, and it looks great! I'm thinking of making a big PR for transitioning `beets` from `unittest` to `pytest` (the library not just...
@snejus I don't know what the specs of the CI runner look like, but using `xdist` on there could speed stuff up too. It's worth a try, but I think...
Hey, thanks for opening an issue! We need a lot more details to be able to help you. Firstly, can you provide your entire `beets` configuration (the output of `beet...
I don't know exactly how far caching can go in improving the CI, but I believe #5266 has done what this issue is asking for, and this can be closed...
Shall we close this in favor of #5362 and #5345?
Should we close this now?
I don't love writing (example-based) tests, so there aren't many right now. If you'd like to see some more, let me know.
> Have you considered using [platformdirs](https://github.com/platformdirs/platformdirs)? Oh shoot, I hadn't realized that was a thing. I had searched around PyPi for XDG related libraries, but this one hadn't come up...
bump -- let me know if there's anything else left to do.