How to use the gdbgui.backend.app.test_client function in gdbgui

To help you get started, we’ve selected a few gdbgui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github cs01 / gdbgui / tests / test_app.py View on Github external
def setUp(self):
        """Built-in to unittest.TestCase"""
        self.app = backend.app.test_client()