aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy_tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | Report use statements that use {} with only one entryCullen Rhodes2016-05-272-0/+2
|/
* add tidy test for 'missing space after :' in stuctsaeischeid2016-05-112-0/+6
|
* Adding parameter to tidy for skipping print text when running testsaskeing2016-04-261-10/+10
|
* Test for tidy.check_lock function #9152Maciej Skrzypkowski2016-04-252-0/+33
|
* Auto merge of #10786 - zwn:tidy-modelines, r=Manishearthbors-servo2016-04-222-0/+13
|\ | | | | | | | | | | | | | | | | | | | | | | | | tidy check for vim and emacs modelines See #10719. It skips *.webidl files for now since I am not sure where they come from and if they should be edited in tree or not. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10786) <!-- Reviewable:end -->
| * tidy check for vim and emacs modelines.Zbynek Winkler2016-04-212-0/+13
| | | | | | | | See https://github.com/servo/servo/issues/10719.
* | Report lines starting with &&.Zbynek Winkler2016-04-222-1/+5
| |
* | Ensure that we aren't missing any errors in the tidy self-test.Josh Matthews2016-04-201-0/+13
|/
* Modified test_spec_link of test_tidy for packaged tidyaskeing2016-04-172-81/+4
|
* Test for check_spec function, for tidy.py #9152Maciej Skrzypkowski2016-04-171-0/+5
|
* Modified the servo_tidy_tests for both "./mach" and "make test"askeing2016-04-141-1/+3
| | | | - fix `cd python/tidy; make test` fail issue
* Package tidyaskeing2016-04-1411-0/+239
- Modified the testing commands - Added the requirements - Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests