123/myapp/tests/TestCase.py
2025-02-01 15:57:22 +08:00

6 lines
109 B
Python
Executable file

from masonite.tests import TestCase
class TestCase(TestCase):
def setUp(self):
super().setUp()