123/myapp/tests/TestCase.py
2023-08-08 22:04:06 +00:00

6 lines
109 B
Python

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