Testing ======= Coverage ^^^^^^^^ .. image:: https://codecov.io/github/angr/angr-management/graph/badge.svg?token=H4QwMNfjb2 :target: https://codecov.io/github/angr/angr-management Writing tests ^^^^^^^^^^^^^ Look at the `existing tests `_ for examples. Generally, you can test UI components by creating the component and driving input to it via QTest. You can create a headless MainWindow instance by passing ``show=False`` to its constructor - this will also get you access to a workspace and an instance.