How to Unit Test a Django Management Command - Adam Johnson

How to Unit Test a Django Management Command - Adam Johnson

Articles

Management commands are an extremely useful feature in Django, but can be difficult to test. Adam Johnson demonstrates how to do so.