akolpakov / django-unused-media

Remove unused media files from Django project
MIT License
126 stars 25 forks source link

Update commands tests to prevent errors from new options #17

Closed ziima closed 6 years ago

ziima commented 6 years ago

call_command takes care about arguments passed to command's handle method. It's beneficial to use it to prevent unnecessary changes when new options are added.

akolpakov commented 6 years ago

Thanks!