forked from mirrors/gecko-dev
<!-- Please describe your changes on the following line: --> wpt manifest(include.ini) contains directories as headers. With this test in **test-tidy** we check if they are present in respective wtp test folders. --- - [X] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [X] These changes fix #19703 Source-Repo: https://github.com/servo/servo Source-Revision: f84e9236aee15348dc9bb3555500117fef922e12 --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 3c9eb35064df9e7743837a585e06677ca52c488f |
||
|---|---|---|
| .. | ||
| servo_tidy | ||
| servo_tidy_tests | ||
| HISTORY.rst | ||
| Makefile | ||
| README.rst | ||
| setup.py | ||
servo_tidy ========== Servo's code and license checker. Installation ++++++++++++ Install from PyPI: :: pip install servo-tidy or from git: :: pip install -e git+https://github.com/servo/servo.git#egg=servo_tidy&subdirectory=python/tidy To run the tests ++++++++++++++++ :: ./mach test-tidy --self-test