Add tests for the new LintRunner

This commit is contained in:
Ravi Shankar 2016-11-11 15:34:29 +05:30
parent 8385c9ae79
commit 34955e0bf8
7 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,5 @@
from servo_tidy.tidy import LintRunner
class Linter(LintRunner):
def run(self):
pass