servo/python
Ashwin Naren 1448fd5967
Remove test_mapping.json and python/servo/mutation (#39617)
As per #39585.

>It used to run on our old buildbot CI for a couple years. It was never
migrated, and we should clean it up.

_Originally posted by @jdm in
https://github.com/servo/servo/issues/39585#issuecomment-3351054660_

---------

Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
2025-10-02 04:31:54 +00:00
..
mach change terminal wrapper library from blessing to blessed to support running mach test-wpt on windows. (#35327) 2025-02-06 16:45:34 +00:00
servo Remove test_mapping.json and python/servo/mutation (#39617) 2025-10-02 04:31:54 +00:00
tidy script: Stubs for geolocation interfaces (#39584) 2025-10-02 04:17:36 +00:00
wpt ohos: Adding support for running WPT on OHOS devices using WebDriver (#38846) 2025-09-09 08:57:36 +00:00
mach_bootstrap.py mach: Enable ANN rules (type annotations) for ruff Python linter (#38531) 2025-08-14 10:36:17 +00:00
README.md use ruff rather than flake8 for python code linting (#37045) 2025-05-24 14:19:47 +00:00
requirements.txt python: Update pyOpenSSL to 24 (#38582) 2025-08-10 10:31:01 +00:00

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.