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