# # SPDX-License-Identifier: Apache-2.0 from django import test class TestCase(test.SimpleTestCase): pass