diff options
author | Maciej Skrzypkowski <m.skrzypkows@samsung.com> | 2016-04-07 15:22:37 +0200 |
---|---|---|
committer | Maciej Skrzypkowski <m.skrzypkows@samsung.com> | 2016-04-07 15:22:52 +0200 |
commit | b8c9a288e9cd6dea04082f997fdd0669ddea9b4e (patch) | |
tree | 3750f066b3b6ddd5491993c218671175b5851d29 /python/tidy.py | |
parent | 5cf89fea48fb1fc58fd665384cbaa2060decff31 (diff) | |
download | servo-b8c9a288e9cd6dea04082f997fdd0669ddea9b4e.tar.gz servo-b8c9a288e9cd6dea04082f997fdd0669ddea9b4e.zip |
tests for tidy.py #9152
Diffstat (limited to 'python/tidy.py')
-rw-r--r-- | python/tidy.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/tidy.py b/python/tidy.py index aea25c23107..6110a9ea4eb 100644 --- a/python/tidy.py +++ b/python/tidy.py @@ -56,6 +56,7 @@ ignored_dirs = [ os.path.join(".", "tests", "wpt", "sync"), os.path.join(".", "tests", "wpt", "sync_css"), os.path.join(".", "python", "mach"), + os.path.join(".", "python", "tidy_self_test"), os.path.join(".", "components", "script", "dom", "bindings", "codegen", "parser"), os.path.join(".", "components", "script", "dom", "bindings", "codegen", "ply"), os.path.join(".", "python", "_virtualenv"), |