Newer
Older
class MyTestCase(unittest.TestCase):
def setUp(self):
react_app.app.testing = True
self.app = react_app.app.test_client()
def test_home(self):
class MyTestCase(unittest.TestCase):
def setUp(self):
react_app.app.testing = True
self.app = react_app.app.test_client()
def test_home(self):