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