7 lines
109 B
Python
7 lines
109 B
Python
|
from masonite.tests import TestCase
|
||
|
|
||
|
|
||
|
class TestCase(TestCase):
|
||
|
def setUp(self):
|
||
|
super().setUp()
|