python-mapswipe-workers
python-mapswipe-workers copied to clipboard
Cleanup test accounts from load testing
In the load_testing.py script, we create temporary accounts in the form [email protected] but these are never cleaned up.
It would be useful to remove them when the script exits, or at least have a function that we can run easily to remove test accounts from time to time.