just-work / django-video-transcoding

Simple video transcoding application for Django Framework
MIT License
23 stars 10 forks source link

Cover admin forms with tests #271

Open tumb1er opened 4 months ago

tumb1er commented 4 months ago

In #268 JSONField was wrapped with a custom form that split json object into separate fields for profiles and tracks.

This code should be covered with tests.