123/myapp/tests/TestCase.py

7 lines
109 B
Python
Raw Normal View History

2023-08-08 22:04:06 +00:00
from masonite.tests import TestCase
class TestCase(TestCase):
def setUp(self):
super().setUp()