diff options
author | askeing <askeing@gmail.com> | 2016-04-14 15:55:25 +0800 |
---|---|---|
committer | askeing <askeing@gmail.com> | 2016-04-14 15:55:25 +0800 |
commit | bfe460de9e482bdd40b6ec6f702d612d1bb5b43b (patch) | |
tree | 4c76c32f4daf067bd7046f6fe337fe3934d14de6 /python/tidy | |
parent | 41b86870fa02cb5865308513f811899c5a6e1c0a (diff) | |
download | servo-bfe460de9e482bdd40b6ec6f702d612d1bb5b43b.tar.gz servo-bfe460de9e482bdd40b6ec6f702d612d1bb5b43b.zip |
Package tidy
- Modified the testing commands
- Added the requirements
- Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests
Diffstat (limited to 'python/tidy')
-rw-r--r-- | python/tidy/servo_tidy_tests/__init__.py (renamed from python/tidy/tests/__init__.py) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/incorrect_license.rs (renamed from python/tidy/tests/incorrect_license.rs) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/long_line.rs (renamed from python/tidy/tests/long_line.rs) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/rust_tidy.rs (renamed from python/tidy/tests/rust_tidy.rs) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/spec.webidl (renamed from python/tidy/tests/spec.webidl) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/speclink.rs (renamed from python/tidy/tests/speclink.rs) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/test.toml (renamed from python/tidy/tests/test.toml) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/test_tidy.py (renamed from python/tidy/tests/test_tidy.py) | 2 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/tidy_self_test.py (renamed from python/tidy/tests/tidy_self_test.py) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/whatwg_link.rs (renamed from python/tidy/tests/whatwg_link.rs) | 0 | ||||
-rw-r--r-- | python/tidy/servo_tidy_tests/wrong_space.rs (renamed from python/tidy/tests/wrong_space.rs) | 0 |
11 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/tests/__init__.py b/python/tidy/servo_tidy_tests/__init__.py index 6b6351ddd2b..6b6351ddd2b 100644 --- a/python/tidy/tests/__init__.py +++ b/python/tidy/servo_tidy_tests/__init__.py diff --git a/python/tidy/tests/incorrect_license.rs b/python/tidy/servo_tidy_tests/incorrect_license.rs index cf85f0e2623..cf85f0e2623 100644 --- a/python/tidy/tests/incorrect_license.rs +++ b/python/tidy/servo_tidy_tests/incorrect_license.rs diff --git a/python/tidy/tests/long_line.rs b/python/tidy/servo_tidy_tests/long_line.rs index cdc0b2045bc..cdc0b2045bc 100644 --- a/python/tidy/tests/long_line.rs +++ b/python/tidy/servo_tidy_tests/long_line.rs diff --git a/python/tidy/tests/rust_tidy.rs b/python/tidy/servo_tidy_tests/rust_tidy.rs index 680b527f679..680b527f679 100644 --- a/python/tidy/tests/rust_tidy.rs +++ b/python/tidy/servo_tidy_tests/rust_tidy.rs diff --git a/python/tidy/tests/spec.webidl b/python/tidy/servo_tidy_tests/spec.webidl index 51993ea0d41..51993ea0d41 100644 --- a/python/tidy/tests/spec.webidl +++ b/python/tidy/servo_tidy_tests/spec.webidl diff --git a/python/tidy/tests/speclink.rs b/python/tidy/servo_tidy_tests/speclink.rs index 6c27a70a7d0..6c27a70a7d0 100644 --- a/python/tidy/tests/speclink.rs +++ b/python/tidy/servo_tidy_tests/speclink.rs diff --git a/python/tidy/tests/test.toml b/python/tidy/servo_tidy_tests/test.toml index c979a5cbd34..c979a5cbd34 100644 --- a/python/tidy/tests/test.toml +++ b/python/tidy/servo_tidy_tests/test.toml diff --git a/python/tidy/tests/test_tidy.py b/python/tidy/servo_tidy_tests/test_tidy.py index b2dad4f0e54..f49f6d9a23d 100644 --- a/python/tidy/tests/test_tidy.py +++ b/python/tidy/servo_tidy_tests/test_tidy.py @@ -12,7 +12,7 @@ from servo_tidy import tidy def iterFile(name): - return iter(['tests/' + name]) + return iter(['python/tidy/servo_tidy_tests/' + name]) class CheckTidiness(unittest.TestCase): diff --git a/python/tidy/tests/tidy_self_test.py b/python/tidy/servo_tidy_tests/tidy_self_test.py index e2a49f71a65..e2a49f71a65 100644 --- a/python/tidy/tests/tidy_self_test.py +++ b/python/tidy/servo_tidy_tests/tidy_self_test.py diff --git a/python/tidy/tests/whatwg_link.rs b/python/tidy/servo_tidy_tests/whatwg_link.rs index e8edfbace49..e8edfbace49 100644 --- a/python/tidy/tests/whatwg_link.rs +++ b/python/tidy/servo_tidy_tests/whatwg_link.rs diff --git a/python/tidy/tests/wrong_space.rs b/python/tidy/servo_tidy_tests/wrong_space.rs index 50ee5de75b4..50ee5de75b4 100644 --- a/python/tidy/tests/wrong_space.rs +++ b/python/tidy/servo_tidy_tests/wrong_space.rs |