mirror of
https://github.com/servo/servo.git
synced 2025-07-22 14:53:49 +01:00
Add tests for the new LintRunner
This commit is contained in:
parent
8385c9ae79
commit
34955e0bf8
7 changed files with 46 additions and 0 deletions
6
python/tidy/servo_tidy_tests/lints/proper_file.py
Normal file
6
python/tidy/servo_tidy_tests/lints/proper_file.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from servo_tidy.tidy import LintRunner
|
||||
|
||||
class Lint(LintRunner):
|
||||
def run(self):
|
||||
for _ in [None]:
|
||||
yield ('path', 0, 'foobar')
|
Loading…
Add table
Add a link
Reference in a new issue