Testing Django Admin Commands
Make sure your commands don’t break

Commands in Django allow you to write scripts for your application that you can run from the command line, using manage.py
. Recently, I needed to write unit tests for custom Django commands.
This is the quick guide I wish I’d found first thing…