servo/python
bors-servo 13c4393516 Auto merge of #13415 - Manishearth:style-testing-disable, r=SimonSapin
Run style unit tests in testing mode, disable some properties in testing mode

Another crack at making it possible to test geckolib properties.

In the previous PR I added support for a testing mode but neglected to use it in the style unit tests.

Using it brought out some bugs with properties that exist in both gecko and servo but have different names. Added the ability to disable them.

Hopefully this isn't too unweildy.

r? @emilio

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/13415)
<!-- Reviewable:end -->
2016-09-28 16:39:49 -05:00
..
servo Auto merge of #13415 - Manishearth:style-testing-disable, r=SimonSapin 2016-09-28 16:39:49 -05:00
tidy Replace instances of old ServiceWorker specification URL with new one 2016-09-25 20:32:32 +05:30
mach_bootstrap.py Minor cleanup of mach and bootstrap script 2016-09-01 17:25:36 +05:30
README.md Fix styling for Markdown headers. 2016-05-02 22:20:49 -04:00
requirements.txt Revert "Remove mako.zip" 2016-09-04 12:52:30 +08:00
tox.ini Added tox.ini 2016-05-08 12:10:48 +02: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, flake8 on Python files, lock file versions, and more.