Faster tests
Optimizations
- Don't create artist, albums and track covers for test that don't actually need them
- Use a cached RSA key pair for actors in tests, instead of generating a new one each time
Before (on my local computer)
API Test suite runs in 265.52s
After (on my local computer)
API Test suite runs in 163.85s (almost twice as fast!)