tator icon indicating copy to clipboard operation
tator copied to clipboard

Refactor django management commands

Open henxing opened this issue 2 years ago • 0 comments

Currently, there is zero test coverage for the code in main/management/commands, but these commands are run regularly in production. Refactor them so that the actual logic lives in single-purpose functions that can be unit-tested.

henxing avatar Oct 24 '22 19:10 henxing