Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Devtools: add automated test for Debugger > Sources (#36401) | delan azabani | 3 days | 1 | -0/+11 |
This patch adds our first automated test for devtools, covering the changes in #36164. These tests are not run in CI yet, but you can run them as follows: ```sh $ ./mach build --release $ ./mach test-devtools ``` Testing: this patch adds automated tests! Start of: #36325 --------- Signed-off-by: Delan Azabani <dazabani@igalia.com> Co-authored-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: Aria Edmonds <aria@ar1as.space> |