Managed to break into the "e" scores in Balatro. 🎉
Next milestone is to try and hit NaN, but that's almost impossible on a unseeded run, so highly unlikely.
Anybody in my social circles has any experience with vcrpy? Is it a good tool to use for testing integrations with 3rd party APIs or best to use something like RESPX and create all the response fixtures manually?
I love pytest, but I could never get used to its fixture system.
However, pytest combined with Django's TestCase/SimpleTestCase is amazing, especially when paired with pytest-watcher!
Has anyone been dealing with gunicorn workers running a Django app not shutting down gracefully and needing to be killed with SIGKILL?
The weird thing is that I can reproduce this locally with DEBUG=True but not with DEBUG=False. Any hints on how to debug?