servo/python/tidy
bors-servo 9fbdbddb0c
Auto merge of #27402 - kunalmohan:webgpu-cts, r=jdm
Add a copy of WebGPU CTS to wpt.

<!-- Please describe your changes on the following line: -->
The test suite is generated from `glsl-dependent` branch in https://github.com/gpuweb/cts
We already have 6/44 tests passing and a number of subtests in other tests also pass.

r?@jdm
cc @kvark

---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #27395  (GitHub issue number if applicable)

<!-- Either: -->
- [X] These changes do not require tests because we don't have tests for tests.

<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->

<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
2020-08-04 14:12:45 -04:00
..
servo_tidy Auto merge of #27402 - kunalmohan:webgpu-cts, r=jdm 2020-08-04 14:12:45 -04:00
servo_tidy_tests Fix output of test-tidy with duplicated packages. 2020-05-20 14:19:47 -04:00
HISTORY.rst Update servo-tidy to 0.3.0 2017-02-25 06:12:01 +01:00
Makefile bump the minor version of servo_tidy 2016-04-17 04:33:24 +09:00
README.rst Update servo-tidy to 0.3.0 2017-02-25 06:12:01 +01:00
setup.py Use except Exception where Py2/3 disagrees 2020-06-21 04:30:23 +02:00

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