mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
This PR adds a test for `StepIn`, `StepOut` and `StepOver` hooks. This test is intentionally designed to include all three `StepIn`, `StepOut` and `StepOver` hooks in one test. This could be tested separately but in a real use case one is mostly using these hooks together in a single debugging session, not in isolation. It is important we mirror that workflow. Also considering this area is actively under development, it would be easier to catch regressions with this flow test. Testing: Added a new test Fixes: Part of #36027 Signed-off-by: atbrakhi <atbrakhi@igalia.com> Co-authored-by: eri <eri@igalia.com>
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.
wpt
servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.