Testing

Coverage

https://codecov.io/github/angr/angr-management/graph/badge.svg?token=H4QwMNfjb2

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.