"""This file and its contents are licensed under the Apache License 2.0. Please see the included NOTICE for copyright information and LICENSE for a copy of the license. """ import pytest from django.urls import reverse @pytest.mark.parametrize( 'label_config, status_code', [ ( """ """, 204, ), ( """ """, 204, ), ( """ """, 204, ), ( """<<< <<< View> <<<<< >>>>>>>> """, 400, ), ('some shit', 400), ( """ """, 400, ), ( """ """, 204, ), # non-existent toName ( """ """, 400, ), # toName points to tag (rect-1) without sources ( """ """, 204, ), # within control tags ( """